HttpMethod
HTTP method accepted by a protocol handler (case-insensitive on the wire).
HTTP method accepted by a protocol handler (case-insensitive on the wire).
Type
type HttpMethod = 'get' | 'head' | 'options' | 'post' | 'put' | 'patch' | 'delete';HTTP method accepted by a protocol handler (case-insensitive on the wire).
HTTP method accepted by a protocol handler (case-insensitive on the wire).
type HttpMethod = 'get' | 'head' | 'options' | 'post' | 'put' | 'patch' | 'delete';