Uses of Class
com.azure.core.http.HttpHeader
Packages that use HttpHeader
Package
Description
Package containing HTTP abstractions between the AnnotationParser, RestProxy, and HTTP client.
-
Uses of HttpHeader in com.azure.core.http
Methods in com.azure.core.http that return HttpHeaderModifier and TypeMethodDescriptionGets theheaderfor the provided header name.Removes theheaderwith the provided header name.Methods in com.azure.core.http that return types with arguments of type HttpHeaderModifier and TypeMethodDescriptionHttpHeaders.iterator()HttpHeaders.stream()Get aStreamrepresentation of the HttpHeader values in this instance.Constructor parameters in com.azure.core.http with type arguments of type HttpHeaderModifierConstructorDescriptionHttpHeaders(Iterable<HttpHeader> headers) Create a HttpHeaders instance with the provided initial headers.