proxygen
HTTPMethod.cpp File Reference

Go to the source code of this file.

Namespaces

 proxygen
 

Macros

#define HTTP_METHOD_STR(method)   #method
 

Functions

folly::Optional< HTTPMethodproxygen::stringToMethod (folly::StringPiece method)
 
const std::stringproxygen::methodToString (HTTPMethod method)
 
std::ostream & proxygen::operator<< (std::ostream &out, HTTPMethod method)
 

Macro Definition Documentation

#define HTTP_METHOD_STR (   method)    #method

Definition at line 17 of file HTTPMethod.cpp.