proxygen
|
#include <HeaderPiece.h>
Public Member Functions | |
HeaderPiece (const char *inData, uint32_t inLen, bool inOwner, bool inMultiValued) | |
HeaderPiece (HeaderPiece &&goner) noexcept | |
~HeaderPiece () | |
bool | isMultiValued () const |
Public Attributes | |
folly::StringPiece | str |
Private Attributes | |
bool | owner |
bool | multiValued |
in-place representation of a header name or value
Definition at line 20 of file HeaderPiece.h.
|
inline |
|
inlinenoexcept |
Definition at line 33 of file HeaderPiece.h.
|
inline |
Definition at line 40 of file HeaderPiece.h.
References folly::Range< Iter >::data(), owner, and str.
|
inline |
|
private |
Definition at line 56 of file HeaderPiece.h.
Referenced by isMultiValued().
|
private |
Definition at line 55 of file HeaderPiece.h.
Referenced by ~HeaderPiece().
folly::StringPiece proxygen::compress::HeaderPiece::str |
Definition at line 52 of file HeaderPiece.h.
Referenced by proxygen::GzipHeaderCodec::parseNameValues(), and ~HeaderPiece().