MCPcopy Create free account
hub / github.com/azadkuh/qhttp / headerValue

Method headerValue

src/qhttpserverconnection.cpp:118–125  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

116}
117
118int
119QHttpConnectionPrivate::headerValue(http_parser*, const char* at, size_t length) {
120 if ( ilastRequest == nullptr )
121 return 0;
122
123 itempHeaderValue.append(at, length);
124 return 0;
125}
126
127int
128QHttpConnectionPrivate::headersComplete(http_parser* parser) {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected