MCPcopy Create free account
hub / github.com/apache/trafficserver / HttpParser

Method HttpParser

plugins/multiplexer/fetcher.h:59–62  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

57 }
58
59 HttpParser() : parser_(TSHttpParserCreate()), buffer_(TSMBufferCreate()), location_(TSHttpHdrCreate(buffer_))
60 {
61 TSHttpHdrTypeSet(buffer_, location_, TS_HTTP_TYPE_RESPONSE);
62 }
63
64 bool parse(io::IO &);
65

Callers

nothing calls this directly

Calls 4

TSHttpParserCreateFunction · 0.85
TSMBufferCreateFunction · 0.85
TSHttpHdrCreateFunction · 0.85
TSHttpHdrTypeSetFunction · 0.85

Tested by

no test coverage detected