View Source Envoy.Config.Core.V3.RequestMethod (envoy_data_plane_api v0.2.0)

Summary

Types

@type t() ::
  integer()
  | :METHOD_UNSPECIFIED
  | :GET
  | :HEAD
  | :POST
  | :PUT
  | :DELETE
  | :CONNECT
  | :OPTIONS
  | :TRACE
  | :PATCH