forward.h File Reference
#include "http/one/forward.h"
Include dependency graph for forward.h:
This graph shows which files directly or indirectly include this file:
Go to the source code of this file.
Namespaces | |
namespace | Http |
Macros | |
#define | HTTP_REQBUF_SZ 4096 |
Typedefs | |
typedef RefCount< Http::Message > | Http::MessagePointer |
typedef RefCount< Http::Stream > | Http::StreamPointer |
typedef RefCount< HttpRequest > | HttpRequestPointer |
typedef RefCount< HttpReply > | HttpReplyPointer |
Enumerations | |
enum | http_hdr_sc_type { SC_NO_STORE , SC_NO_STORE_REMOTE , SC_MAX_AGE , SC_CONTENT , SC_OTHER , SC_ENUM_END } |
Macro Definition Documentation
◆ HTTP_REQBUF_SZ
Typedef Documentation
◆ HttpReplyPointer
typedef RefCount<HttpReply> HttpReplyPointer |
◆ HttpRequestPointer
typedef RefCount<HttpRequest> HttpRequestPointer |
Enumeration Type Documentation
◆ http_hdr_sc_type
enum http_hdr_sc_type |