method

Types

pub type Method {
  GETMethod
  POSTMethod
  PUTMethod
  PATCHMethod
  DELETEMethod
  HEADMethod
  OPTIONSMethod
  TRACEMethod
  CONNECTMethod
  CustomMethod(String)
}

Constructors

  • GETMethod
  • POSTMethod
  • PUTMethod
  • PATCHMethod
  • DELETEMethod
  • HEADMethod
  • OPTIONSMethod
  • TRACEMethod
  • CONNECTMethod
  • CustomMethod(String)

Functions

pub fn to_string(method: Method) -> String
Search Document