Uses of Class
groovyx.net.http.HttpContextDecorator
-
-
Uses of HttpContextDecorator in groovyx.net.http
Methods in groovyx.net.http that return HttpContextDecorator Modifier and Type Method Description HttpContextDecoratorHTTPBuilder.RequestConfigDelegate. getContext()Get theHttpContextthat will be used for this request.HttpContextDecoratorHttpResponseDecorator. getContext()Get the execution context used during this requestConstructors in groovyx.net.http with parameters of type HttpContextDecorator Constructor Description HttpResponseDecorator(org.apache.http.HttpResponse base, HttpContextDecorator context, Object parsedResponse)
-