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