proxygen
|
#include <array>
#include <boost/variant.hpp>
#include <folly/Conv.h>
#include <folly/Optional.h>
#include <folly/SocketAddress.h>
#include <folly/io/IOBufQueue.h>
#include <glog/logging.h>
#include <map>
#include <mutex>
#include <proxygen/lib/http/HTTPHeaderSize.h>
#include <proxygen/lib/http/HTTPHeaders.h>
#include <proxygen/lib/http/HTTPMethod.h>
#include <proxygen/lib/utils/ParseURL.h>
#include <proxygen/lib/utils/Time.h>
#include <string>
Go to the source code of this file.
Classes | |
class | proxygen::HTTPMessage |
struct | proxygen::HTTPMessage::Request |
struct | proxygen::HTTPMessage::Response |
Namespaces | |
proxygen | |
Functions | |
std::ostream & | proxygen::operator<< (std::ostream &os, const HTTPMessage &msg) |
template<typename Str > | |
std::string | proxygen::stripCntrlChars (const Str &str) |