17 #define HTTP_METHOD_STR(method) #method 30 return *methodStrings;
47 return getMethodStrings()[
static_cast<unsigned>(method)];
folly::Optional< HTTPMethod > stringToMethod(folly::StringPiece method)
bool caseInsensitiveEqual(folly::StringPiece s, folly::StringPiece t)
std::ostream & operator<<(std::ostream &os, const HeaderTable &table)
#define HTTP_METHOD_STR(method)
vector< std::string > StringVector
#define HTTP_METHOD_GEN(x)
const std::string & methodToString(HTTPMethod method)
#define FOR_EACH_ENUMERATE(count, i, c)