|
Squid Web Cache master
|
Parses and stores ICAP trailer header block. More...
#include <ModXact.h>
Public Member Functions | |
| TrailerParser () | |
| bool | parse (const char *buf, int len, int atEnd, Http::StatusCode *error) |
Public Attributes | |
| HttpHeader | trailer |
| size_t | hdr_sz |
| parsed trailer size if parse() was successful | |
| bool Adaptation::Icap::TrailerParser::parse | ( | const char * | buf, |
| int | len, | ||
| int | atEnd, | ||
| Http::StatusCode * | error | ||
| ) |
Parses trailers stored in a buffer.
Definition at line 2060 of file ModXact.cc.
References Http::ContentLengthInterpreter::applyTrailerRules(), error(), and Http::scInvalidHeader.
| HttpHeader Adaptation::Icap::TrailerParser::trailer |