Uses of Interface
ratpack.core.http.Headers
-
Packages that use Headers Package Description ratpack.core.http The HTTP protocol.ratpack.core.http.client The HTTP client.ratpack.test.handling Test fixtures for exercisingHandler
implementations without start a fullEmbeddedApp
. -
-
Uses of Headers in ratpack.core.http
Subinterfaces of Headers in ratpack.core.http Modifier and Type Interface Description interface
MutableHeaders
A set of HTTP headers that can be changed.Methods in ratpack.core.http that return Headers Modifier and Type Method Description Headers
Request. getHeaders()
The request headers.Headers
SentResponse. getHeaders()
The headers that were sent in the response.Methods in ratpack.core.http with parameters of type Headers Modifier and Type Method Description MutableHeaders
MutableHeaders. copy(Headers headers)
-
Uses of Headers in ratpack.core.http.client
Methods in ratpack.core.http.client that return Headers Modifier and Type Method Description Headers
HttpResponse. getHeaders()
-
Uses of Headers in ratpack.test.handling
Methods in ratpack.test.handling that return Headers Modifier and Type Method Description Headers
HandlingResult. getHeaders()
The final response headers.
-