Send the current HTTP response (synchronous) ! \return Size of sent data */
| 50 | \return Size of sent data |
| 51 | */ |
| 52 | size_t SendResponse() { return SendResponse(_response); } |
| 53 | //! Send the HTTP response (synchronous) |
| 54 | /*! |
| 55 | \param response - HTTP response |
nothing calls this directly
no outgoing calls
no test coverage detected