Uses of Class
org.davidmoten.oa3.codegen.http.Headers
Packages that use Headers
-
Uses of Headers in org.davidmoten.oa3.codegen.http
Methods in org.davidmoten.oa3.codegen.http that return HeadersModifier and TypeMethodDescriptionstatic HeadersHeaders.create()static HeadersHttpResponse.headers()RequestBase.headers()Methods in org.davidmoten.oa3.codegen.http with parameters of type HeadersModifier and TypeMethodDescriptionstatic HttpResponseHttp.call(HttpService httpService, HttpMethod method, String basePath, String pathTemplate, Serializer serializer, List<Interceptor> interceptors, Headers requestHeaders, List<ParameterValue> parameters, List<ResponseDescriptor> descriptors, boolean allowPatch, Optional<Long> connectTimeoutMs, Optional<Long> readTimeoutMs) Constructors in org.davidmoten.oa3.codegen.http with parameters of type HeadersModifierConstructorDescriptionHttpResponse(int statusCode, Headers headers, Optional<?> data) RequestBase(HttpMethod method, String url, Headers headers)