Handle HTTP response received notification ! Notification is called when HTTP response was received from the server. \param response - HTTP response */
| 147 | \param response - HTTP response |
| 148 | */ |
| 149 | virtual void onReceivedResponse(const HTTPResponse& response) {} |
| 150 | |
| 151 | //! Handle HTTP response error notification |
| 152 | /*! |
nothing calls this directly
no outgoing calls
no test coverage detected