Searched refs:HTTPMethod (Results 1 – 2 of 2) sorted by relevance
27 enum class HTTPMethod { GET }; enum33 HTTPMethod Method = HTTPMethod::GET;
108 if (Request.Method != HTTPMethod::GET) in perform()