Send the HTTP response body (synchronous) ! \param body - HTTP response body \return Size of sent data */
| 63 | \return Size of sent data |
| 64 | */ |
| 65 | size_t SendResponseBody(std::string_view body) { return Send(body); } |
| 66 | //! Send the HTTP response body (synchronous) |
| 67 | /*! |
| 68 | \param buffer - HTTP response body buffer |
nothing calls this directly
no outgoing calls
no test coverage detected