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

Method onReceivedResponse

include/server/http/https_client.h:149–149  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

147 \param response - HTTP response
148 */
149 virtual void onReceivedResponse(const HTTPResponse& response) {}
150
151 //! Handle HTTP response error notification
152 /*!

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected