request
Executes a HttpClient request, with the information from the builder and tries to receive a specific type T, if fails, an exception is thrown.
Executes a HttpClient request, with the information configured in builder block and tries to receive a specific type T, if fails, an exception is thrown.
Executes a HttpClient request, with the urlString and the information configured in builder block and tries to receive a specific type T, if fails, an exception is thrown.
Executes a HttpClient request, with the url and the information configured in builder block and tries to receive a specific type T, if fails, an exception is thrown.
Creates a HttpRequestBuilder and configures it with a block of code.
Executes a HttpClient request, with the specified url as URL and an optional block receiving an HttpRequestBuilder for further configuring the request.
Tries to receive a specific type T, if fails, an exception is thrown.