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

Method SetHeaders

net/http/message.cpp:113–115  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

111}
112
113void HttpMessage::SetHeaders(const HttpHeaders& headers) {
114 m_headers = headers;
115}
116
117// Add a header field, just append, no overwrite.
118void HttpMessage::AddHeader(const StringPiece& header_name,

Callers 1

TESTFunction · 0.80

Calls

no outgoing calls

Tested by 1

TESTFunction · 0.64