Uses of Class
groovyx.net.http.HttpResponseDecorator.HeadersDecorator
-
-
Uses of HttpResponseDecorator.HeadersDecorator in groovyx.net.http
Fields in groovyx.net.http declared as HttpResponseDecorator.HeadersDecorator Modifier and Type Field Description (package private) HttpResponseDecorator.HeadersDecorator
HttpResponseDecorator. headers
Methods in groovyx.net.http that return HttpResponseDecorator.HeadersDecorator Modifier and Type Method Description HttpResponseDecorator.HeadersDecorator
HttpResponseDecorator. getHeaders()
Return aHttpResponseDecorator.HeadersDecorator
, which provides a more Groovy API for accessing response headers.
-