MCPcopy Create free account
hub / github.com/PurpleI2P/i2pd / write

Method write

libi2pd/HTTP.cpp:352–358  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

350 }
351
352 void HTTPReq::write(std::ostream & o)
353 {
354 o << method << " " << uri << " " << version << CRLF;
355 for (auto & h : headers)
356 o << h.first << ": " << h.second << CRLF;
357 o << CRLF;
358 }
359
360 std::string HTTPReq::to_string()
361 {

Callers 15

LoadPrivateKeysMethod · 0.80
WriteMethod · 0.80
WriteToStreamMethod · 0.80
AddAddressMethod · 0.80
HandleRequestReceivedMethod · 0.80
SaveToFileMethod · 0.80
CreateBufferMethod · 0.80
WriteToStreamMethod · 0.80
WriteStringMethod · 0.80
PersistTemporaryKeysMethod · 0.80
MergeChunkedResponseFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected