proxygen
|
#include <fizz/protocol/Certificate.h>
#include <fizz/record/Types.h>
#include <folly/IntrusiveList.h>
#include <folly/io/IOBufQueue.h>
#include <folly/io/async/EventBase.h>
#include <folly/io/async/HHWheelTimer.h>
#include <folly/Optional.h>
#include <proxygen/lib/http/HTTPConstants.h>
#include <proxygen/lib/http/HTTPHeaderSize.h>
#include <proxygen/lib/http/codec/FlowControlFilter.h>
#include <proxygen/lib/http/codec/HTTPCodec.h>
#include <proxygen/lib/http/codec/HTTPCodecFilter.h>
#include <proxygen/lib/http/session/ByteEventTracker.h>
#include <proxygen/lib/http/session/HTTPEvent.h>
#include <proxygen/lib/http/session/HTTPSessionBase.h>
#include <proxygen/lib/http/session/HTTPTransaction.h>
#include <proxygen/lib/http/session/SecondaryAuthManager.h>
#include <queue>
#include <set>
#include <folly/io/async/AsyncSocket.h>
#include <folly/io/async/AsyncSSLSocket.h>
#include <vector>
#include <proxygen/lib/utils/WheelTimerInstance.h>
Go to the source code of this file.
Namespaces | |
proxygen | |
Macros | |
#define | PROXYGEN_HTTP_SESSION_USES_BASE 1 |
#define PROXYGEN_HTTP_SESSION_USES_BASE 1 |
Definition at line 41 of file HTTPSession.h.