proxygen
|
#include <Header.h>
Public Member Functions | |
Header (HTTPHeaderCode c, const std::string &v) | |
Header (HTTPHeaderCode c, const std::string &n, const std::string &v) | |
bool | operator< (const Header &h) const |
Static Public Member Functions | |
static Header | makeHeaderForTest (const std::string &n, const std::string &v) |
Public Attributes | |
HTTPHeaderCode | code |
const std::string * | name |
const std::string * | value |
Private Member Functions | |
Header (const std::string &n, const std::string &v) | |
Helper structure used when serializing the uncompressed representation of a header name/value list.
|
inline |
Definition at line 26 of file Header.h.
Referenced by makeHeaderForTest().
|
inline |
Definition at line 30 of file Header.h.
|
inlineprivate |
Definition at line 49 of file Header.h.
|
inlinestatic |
Definition at line 41 of file Header.h.
References Header().
Referenced by proxygen::hpack::headersFromArray(), and TEST_F().
|
inline |
HTTPHeaderCode proxygen::compress::Header::code |
Definition at line 22 of file Header.h.
Referenced by operator<().
const std::string* proxygen::compress::Header::name |
Definition at line 23 of file Header.h.
Referenced by operator<().
const std::string* proxygen::compress::Header::value |