Uses of Class
com.azure.core.http.HttpHeader
Packages that use HttpHeader
Package
Description
This package provides HTTP abstractions for Azure SDK client libraries.
-
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. null is returned if the header isn't found.Deprecated.HttpHeaders.remove(HttpHeaderName name) Removes theheaderwith the provided header name. null is returned if the header isn't found.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.