#include <HttpHdrContRange.h>

Public Member Functions | |
void * | operator new (size_t byteCount) |
void | operator delete (void *address) |
HttpHdrContRange () | |
Static Public Member Functions | |
static int | UseCount () |
Public Attributes | |
HttpHdrRangeSpec | spec |
int64_t | elength |
Static Private Member Functions | |
static Mem::AllocatorProxy & | Pool () |
Detailed Description
HTTP Content-Range: header field
Definition at line 17 of file HttpHdrContRange.h.
Constructor & Destructor Documentation
◆ HttpHdrContRange()
|
inline |
Definition at line 22 of file HttpHdrContRange.h.
Member Function Documentation
◆ operator delete()
|
inline |
Definition at line 19 of file HttpHdrContRange.h.
◆ operator new()
|
inline |
Definition at line 19 of file HttpHdrContRange.h.
◆ Pool()
|
inlinestaticprivate |
Definition at line 19 of file HttpHdrContRange.h.
◆ UseCount()
|
inlinestatic |
Definition at line 19 of file HttpHdrContRange.h.
Member Data Documentation
◆ elength
int64_t HttpHdrContRange::elength |
entity length, not content length
Definition at line 25 of file HttpHdrContRange.h.
Referenced by HttpHdrRange::canonize(), httpHdrContRangeCreate(), httpHdrContRangePackInto(), httpHdrContRangeParseInit(), and httpHdrContRangeSet().
◆ spec
HttpHdrRangeSpec HttpHdrContRange::spec |
Definition at line 24 of file HttpHdrContRange.h.
Referenced by Client::haveParsedReplyHeaders(), httpHdrContRangeCreate(), httpHdrContRangePackInto(), httpHdrContRangeParseInit(), and httpHdrContRangeSet().
The documentation for this class was generated from the following file: