Uses of Interface
ratpack.http.client.StreamedResponse
-
Packages that use StreamedResponse Package Description ratpack.http.client The HTTP client. -
-
Uses of StreamedResponse in ratpack.http.client
Methods in ratpack.http.client that return types with arguments of type StreamedResponse Modifier and Type Method Description Promise<StreamedResponse>
HttpClient. requestStream(java.net.URI uri, Action<? super RequestSpec> requestConfigurer)
An asynchronous method to do a HTTP request, the URL and all details of the request are configured by the Action acting on the RequestSpec, the received response content will be streamed.
-