Send the current HTTP request (asynchronous) ! \return 'true' if the current HTTP request was successfully sent, 'false' if the client is not connected */
| 105 | \return 'true' if the current HTTP request was successfully sent, 'false' if the client is not connected |
| 106 | */ |
| 107 | bool SendRequestAsync() { return SendRequestAsync(_request); } |
| 108 | //! Send the HTTP request (asynchronous) |
| 109 | /*! |
| 110 | \param request - HTTP request |
nothing calls this directly
no outgoing calls
no test coverage detected