Uses of Class
com.azure.core.http.HttpHeader
-
Packages that use HttpHeader Package Description com.azure.core.http 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 HttpHeader Modifier and Type Method Description HttpHeaderHttpHeaders. get(String name)Gets theheaderfor the provided header name.HttpHeaderHttpHeaders. remove(String name)Removes theheaderwith the provided header name.Methods in com.azure.core.http that return types with arguments of type HttpHeader Modifier and Type Method Description Iterator<HttpHeader>HttpHeaders. iterator()Stream<HttpHeader>HttpHeaders. stream()Get aStreamrepresentation of the HttpHeader values in this instance.Constructor parameters in com.azure.core.http with type arguments of type HttpHeader Constructor Description HttpHeaders(Iterable<HttpHeader> headers)Create a HttpHeaders instance with the provided initial headers.
-