data Method : TypeHTTP method enum
Defines supported HTTP request methods
HEAD : MethodCONNECT : MethodOPTIONS : MethodTRACE : MethodGET : MethodPOST : MethodPUT : MethodPATCH : MethodDELETE : Methodmethod : String -> Either HTTPErr MethodParse HTTP method string
Converts a string to a Method enum value
@ s Method string (e.g. "GET", "POST", etc.)