|
Page Speed Optimization Libraries
1.13.35.1
|
Parses a stream of HTTP header text into a ResponseHeaders instance. More...
#include "response_headers_parser.h"
Public Member Functions | |
| ResponseHeadersParser (ResponseHeaders *rh) | |
| void | Clear () |
| int | ParseChunk (const StringPiece &text, MessageHandler *handler) |
| Parse a chunk of HTTP response header. Returns number of bytes consumed. | |
| bool | headers_complete () const |
| void | set_headers_complete (bool x) |
Parses a stream of HTTP header text into a ResponseHeaders instance.
1.8.6