get
Executes an HttpClient's GET request with the parameters configured in builder.
Learn more from Making requests.
Executes an HttpClient's GET request with the parameters configured in block.
Learn more from Making requests.
Executes an HttpClient's GET request with the specified url and an optional block receiving an HttpRequestBuilder for configuring the request.
Learn more from Making requests.
Executes a HttpClient GET request with the specified url and an optional block receiving an HttpRequestBuilder for configuring the request.
Learn more from Making requests.
Executes a HttpClient GET 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.