proxygen
|
#include <proxygen/lib/http/HTTPMethod.h>
#include <folly/container/Foreach.h>
#include <folly/Indestructible.h>
#include <proxygen/lib/http/HTTPHeaders.h>
#include <vector>
Go to the source code of this file.
Namespaces | |
proxygen | |
Macros | |
#define | HTTP_METHOD_STR(method) #method |
Functions | |
folly::Optional< HTTPMethod > | proxygen::stringToMethod (folly::StringPiece method) |
const std::string & | proxygen::methodToString (HTTPMethod method) |
std::ostream & | proxygen::operator<< (std::ostream &out, HTTPMethod method) |
#define HTTP_METHOD_STR | ( | method | ) | #method |
Definition at line 17 of file HTTPMethod.cpp.