Class: Vapi::LogRequestHttpMethod

Inherits:
Object
  • Object
show all
Defined in:
lib/vapi_server_sdk/types/log_request_http_method.rb

Overview

This is the request method.

Constant Summary collapse

POST =
"POST"
GET =
"GET"
PUT =
"PUT"
PATCH =
"PATCH"
DELETE =
"DELETE"