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