Idris2Doc : Pact.WAI.Method

Pact.WAI.Method

(source)
HTTP methods

Definitions

dataMethod : Type
  HTTP method enum
Defines supported HTTP request methods

Totality: total
Visibility: public export
Constructors:
HEAD : Method
CONNECT : Method
OPTIONS : Method
TRACE : Method
GET : Method
POST : Method
PUT : Method
PATCH : Method
DELETE : Method

Hints:
EqMethod
OrdMethod
ShowMethod
method : String->EitherHTTPErrMethod
  Parse HTTP method string

Converts a string to a Method enum value
@ s Method string (e.g. "GET", "POST", etc.)

Visibility: public export