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 TypeMethodDescriptionHttpHeaders.get(HttpHeaderName name) Gets theheaderfor the provided header name.Deprecated.HttpHeaders.remove(HttpHeaderName name) Removes theheaderwith the provided header name.Deprecated.UseHttpHeaders.remove(HttpHeaderName)as it provides better performance.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.
HttpHeaders.get(HttpHeaderName)as it provides better performance.