proxygen
|
#include <HTTPHeaders.h>
Public Types | |
enum | Type { CODE, STRING } |
Public Member Functions | |
HTTPHeaderName (HTTPHeaderCode code) | |
HTTPHeaderName (const char *name) | |
HTTPHeaderName (folly::StringPiece name) | |
Public Attributes | |
union { | |
folly::StringPiece name_ | |
HTTPHeaderCode code_ | |
}; | |
Type | type_ |
Definition at line 70 of file HTTPHeaders.h.
|
inline |
Definition at line 77 of file HTTPHeaders.h.
|
inline |
Definition at line 79 of file HTTPHeaders.h.
|
inline |
Definition at line 81 of file HTTPHeaders.h.
union { ... } |
HTTPHeaderCode proxygen::HTTPHeaders::HTTPHeaderName::code_ |
Definition at line 74 of file HTTPHeaders.h.
folly::StringPiece proxygen::HTTPHeaders::HTTPHeaderName::name_ |
Definition at line 73 of file HTTPHeaders.h.
Type proxygen::HTTPHeaders::HTTPHeaderName::type_ |
Definition at line 76 of file HTTPHeaders.h.