HttpMethod

HttpMethod — API reference.

View source ↗

Type

type HttpMethod =
  | 'get'
  | 'head'
  | 'options'
  | 'post'
  | 'put'
  | 'patch'
  | 'delete'
  | 'trace'
  | 'connect';

On this page