Handle HTTP response header received notification ! Notification is called when HTTP response header was received from the server. \param response - HTTP response */
| 138 | \param response - HTTP response |
| 139 | */ |
| 140 | virtual void onReceivedResponseHeader(const HTTPResponse& response) {} |
| 141 | |
| 142 | //! Handle HTTP response received notification |
| 143 | /*! |
nothing calls this directly
no outgoing calls
no test coverage detected