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 theheader
for the provided header name.Gets theheader
for the provided header name.HttpHeaders.remove
(HttpHeaderName name) Removes theheader
with the provided header name.Removes theheader
with the provided header name.Methods in com.azure.core.http that return types with arguments of type HttpHeaderModifier and TypeMethodDescriptionHttpHeaders.iterator()
HttpHeaders.stream()
Get aStream
representation 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.