◆ submitRequestToHostManager() [1/2]
template<typename TRequest, typename TResponse>
| inline |
Submit an HTTP request to the host manager.
Parameters
| [in] | endpoint | The endpoint for which the request is made. |
| [in] | request | The request object containing the parameters for the operation. |
| [out] | response | The response object in which the return values will be saved. |
| [in] | enableCompression | Optional boolean flag indicating whether any compression should be used. Default is false. |
Returns
a reference to the response object.
◆ submitRequestToHostManager() [2/2]
template<typename TRequest, typename TResponse>
| inline |
Submit an HTTP request to the host manager.
Parameters
| [in] | endpoint | The endpoint for which the request is made. |
| [in] | request | The request object containing the parameters for the operation. |
| [out] | response | The response object in which the return values will be saved. |
| [in] | enableCompression | Optional boolean flag indicating whether any compression should be used. Default is false. |
Returns
a reference to the response object.