|
Squid Web Cache master
|
#include <HttpHdrContRange.h>
Public Member Functions | |
| HttpHdrContRange () | |
Public Attributes | |
| HttpHdrRangeSpec | spec |
| int64_t | elength |
Private Member Functions | |
| MEMPROXY_CLASS (HttpHdrContRange) | |
HTTP Content-Range: header field
Definition at line 17 of file HttpHdrContRange.h.
|
inline |
Definition at line 22 of file HttpHdrContRange.h.
|
private |
| 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().
| HttpHdrRangeSpec HttpHdrContRange::spec |
Definition at line 24 of file HttpHdrContRange.h.
Referenced by httpHdrContRangeCreate(), httpHdrContRangePackInto(), httpHdrContRangeParseInit(), and httpHdrContRangeSet().