MCPcopy Create free account
hub / github.com/chronoxor/CppServer / string

Method string

include/server/http/http_request.h:80–80  ·  view source on GitHub ↗

Get string from the current HTTP request

Source from the content-addressed store, hash-verified

78
79 //! Get string from the current HTTP request
80 std::string string() const { std::stringstream ss; ss << *this; return ss.str(); }
81
82 //! Clear the HTTP request cache
83 HTTPRequest& Clear();

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected