Uses of Interface
ratpack.http.Headers
-
Packages that use Headers Package Description ratpack.http The HTTP protocol.ratpack.http.client The HTTP client.ratpack.test.handling Test fixtures for exercisingHandlerimplementations without start a fullEmbeddedApp. -
-
Uses of Headers in ratpack.http
Subinterfaces of Headers in ratpack.http Modifier and Type Interface Description interfaceMutableHeadersA set of HTTP headers that can be changed.Methods in ratpack.http that return Headers Modifier and Type Method Description HeadersRequest. getHeaders()The request headers.HeadersSentResponse. getHeaders()The headers that were sent in the response.Methods in ratpack.http with parameters of type Headers Modifier and Type Method Description MutableHeadersMutableHeaders. copy(Headers headers) -
Uses of Headers in ratpack.http.client
Methods in ratpack.http.client that return Headers Modifier and Type Method Description HeadersHttpResponse. getHeaders() -
Uses of Headers in ratpack.test.handling
Methods in ratpack.test.handling that return Headers Modifier and Type Method Description HeadersHandlingResult. getHeaders()The final response headers.
-