MCPcopy Create free account
hub / github.com/chen3feng/toft / StartLine

Method StartLine

net/http/message.h:41–45  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

39 virtual size_t ParseHeaders(const StringPiece& data, ErrorCode* error = NULL);
40
41 std::string StartLine() const {
42 std::string result;
43 AppendStartLineToString(&result);
44 return result;
45 }
46
47 HttpVersion Version() const { return m_version; }
48 void SetVersion(const HttpVersion& version) {

Callers 1

TESTFunction · 0.80

Calls

no outgoing calls

Tested by 1

TESTFunction · 0.64