proxygen
|
#include <proxygen/lib/http/HTTPConstants.h>
Go to the source code of this file.
Namespaces | |
proxygen | |
Macros | |
#define | CONNECTION_CLOSE_REASON_STRING(e, r) r, |
Functions | |
const char * | proxygen::getConnectionCloseReasonStringByIndex (unsigned int index) |
const char * | proxygen::getConnectionCloseReasonString (ConnectionCloseReason r) |
Variables | |
const char * | proxygen::connectionCloseStrings [] |
#define CONNECTION_CLOSE_REASON_STRING | ( | e, | |
r | |||
) | r, |
Definition at line 14 of file HTTPConstants.cpp.