Uses of Interface
ratpack.core.http.client.StreamedResponse
-
Packages that use StreamedResponse Package Description ratpack.core.http.client The HTTP client.ratpack.core.sse.client -
-
Uses of StreamedResponse in ratpack.core.http.client
Methods in ratpack.core.http.client that return types with arguments of type StreamedResponse Modifier and Type Method Description Promise<StreamedResponse>
HttpClient. requestStream(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. -
Uses of StreamedResponse in ratpack.core.sse.client
Subinterfaces of StreamedResponse in ratpack.core.sse.client Modifier and Type Interface Description interface
ServerSentEventResponse
A response for a server sent event stream.
-