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

Method onReceivedResponseHeader

include/server/http/http_client.h:140–140  ·  view source on GitHub ↗

Handle HTTP response header received notification ! Notification is called when HTTP response header was received from the server. \param response - HTTP response */

Source from the content-addressed store, hash-verified

138 \param response - HTTP response
139 */
140 virtual void onReceivedResponseHeader(const HTTPResponse& response) {}
141
142 //! Handle HTTP response received notification
143 /*!

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected