Uses of Class
com.azure.core.http.HttpHeaderName
Packages that use HttpHeaderName
Package
Description
Package containing HTTP abstractions between the AnnotationParser, RestProxy, and HTTP client.
-
Uses of HttpHeaderName in com.azure.core.http
Fields in com.azure.core.http declared as HttpHeaderNameModifier and TypeFieldDescriptionstatic final HttpHeaderNameHttpHeaderName.ACCEPTAccept/acceptstatic final HttpHeaderNameHttpHeaderName.ACCEPT_CHARSETAccept-Charset/accept-charsetstatic final HttpHeaderNameHttpHeaderName.ACCEPT_DATETIMEAccept-Datetime/accept-datetimestatic final HttpHeaderNameHttpHeaderName.ACCEPT_ENCODINGAccept-Encoding/accept-encodingstatic final HttpHeaderNameHttpHeaderName.ACCEPT_LANGUAGEAccept-Language/accept-languagestatic final HttpHeaderNameHttpHeaderName.ACCEPT_PATCHAccept-Patch/accept-patchstatic final HttpHeaderNameHttpHeaderName.ACCEPT_RANGESAccept-Ranges/accept-rangesstatic final HttpHeaderNameHttpHeaderName.ACCESS_CONTROL_ALLOW_CREDENTIALSAccess-Control-Allow-Credentials/access-control-allow-credentialsstatic final HttpHeaderNameHttpHeaderName.ACCESS_CONTROL_ALLOW_HEADERSAccess-Control-Allow-Headers/access-control-allow-headersstatic final HttpHeaderNameHttpHeaderName.ACCESS_CONTROL_ALLOW_METHODSAccess-Control-Allow-Methods/access-control-allow-methodsstatic final HttpHeaderNameHttpHeaderName.ACCESS_CONTROL_ALLOW_ORIGINAccess-Control-Allow-Origin/access-control-allow-originstatic final HttpHeaderNameHttpHeaderName.ACCESS_CONTROL_EXPOSE_HEADERSAccess-Control-Expose-Headers/access-control-expose-headersstatic final HttpHeaderNameHttpHeaderName.ACCESS_CONTROL_MAX_AGEAccess-Control-Max-Age/access-control-max-agestatic final HttpHeaderNameHttpHeaderName.AGEAge/agestatic final HttpHeaderNameHttpHeaderName.ALLOWAllow/allowstatic final HttpHeaderNameHttpHeaderName.AUTHORIZATIONAuthorization/authorizationstatic final HttpHeaderNameHttpHeaderName.CACHE_CONTROLCache-Control/cache-controlstatic final HttpHeaderNameHttpHeaderName.CONNECTIONConnection/connectionstatic final HttpHeaderNameHttpHeaderName.CONTENT_DISPOSITIONContent-Disposition/content-dispositionstatic final HttpHeaderNameHttpHeaderName.CONTENT_ENCODINGContent-Encoding/content-encodingstatic final HttpHeaderNameHttpHeaderName.CONTENT_LANGUAGEContent-Language/content-languagestatic final HttpHeaderNameHttpHeaderName.CONTENT_LENGTHContent-Length/content-lengthstatic final HttpHeaderNameHttpHeaderName.CONTENT_LOCATIONContent-Location/content-locationstatic final HttpHeaderNameHttpHeaderName.CONTENT_MD5Content-MD5/content-md5static final HttpHeaderNameHttpHeaderName.CONTENT_RANGEContent-Range/content-rangestatic final HttpHeaderNameHttpHeaderName.CONTENT_TYPEContent-Type/content-typestatic final HttpHeaderNameHttpHeaderName.COOKIECookie/cookiestatic final HttpHeaderNameHttpHeaderName.DATEDate/datestatic final HttpHeaderNameHttpHeaderName.ETAGETag/etagstatic final HttpHeaderNameHttpHeaderName.EXPECTExpect/expectstatic final HttpHeaderNameHttpHeaderName.EXPIRESExpires/expiresstatic final HttpHeaderNameHttpHeaderName.FORWARDEDForwarded/forwardedstatic final HttpHeaderNameHttpHeaderName.FROMFrom/fromstatic final HttpHeaderNameHttpHeaderName.HOSTHost/hoststatic final HttpHeaderNameHttpHeaderName.HTTP2_SETTINGSHTTP2-Settings/http2-settingsstatic final HttpHeaderNameHttpHeaderName.IF_MATCHIf-Match/if-matchstatic final HttpHeaderNameHttpHeaderName.IF_MODIFIED_SINCEIf-Modified-Since/if-modified-sincestatic final HttpHeaderNameHttpHeaderName.IF_NONE_MATCHIf-None-Match/if-none-matchstatic final HttpHeaderNameHttpHeaderName.IF_RANGEIf-Range/if-rangestatic final HttpHeaderNameHttpHeaderName.IF_UNMODIFIED_SINCEIf-Unmodified-Since/if-unmodified-sincestatic final HttpHeaderNameHttpHeaderName.LAST_MODIFIEDLast-Modified/last-modifiedstatic final HttpHeaderNameHttpHeaderName.LINKLink/linkstatic final HttpHeaderNameHttpHeaderName.LOCATIONLocation/locationstatic final HttpHeaderNameHttpHeaderName.MAX_FORWARDSMax-Forwards/max-forwardsstatic final HttpHeaderNameHttpHeaderName.ORIGINOrigin/originstatic final HttpHeaderNameHttpHeaderName.PRAGMAPragma/pragmastatic final HttpHeaderNameHttpHeaderName.PREFERPrefer/preferstatic final HttpHeaderNameHttpHeaderName.PREFERENCE_APPLIEDPreference-Applied/preference-appliedstatic final HttpHeaderNameHttpHeaderName.PROXY_AUTHENTICATEProxy-Authenticate/proxy-authenticatestatic final HttpHeaderNameHttpHeaderName.PROXY_AUTHORIZATIONProxy-Authorization/proxy-authorizationstatic final HttpHeaderNameHttpHeaderName.RANGERange/rangestatic final HttpHeaderNameHttpHeaderName.REFERERReferer/refererstatic final HttpHeaderNameHttpHeaderName.RETRY_AFTERRetry-After/retry-afterstatic final HttpHeaderNameHttpHeaderName.SERVERServer/serverstatic final HttpHeaderNameHttpHeaderName.SET_COOKIESet-Cookie/set-cookiestatic final HttpHeaderNameHttpHeaderName.STRICT_TRANSPORT_SECURITYStrict-Transport-Security/strict-transport-securitystatic final HttpHeaderNameHttpHeaderName.TETE/testatic final HttpHeaderNameHttpHeaderName.TRAILERTrailer/trailerstatic final HttpHeaderNameHttpHeaderName.TRANSFER_ENCODINGTransfer-Encoding/transfer-encodingstatic final HttpHeaderNameHttpHeaderName.UPGRADEUpgrade/upgradestatic final HttpHeaderNameHttpHeaderName.USER_AGENTUser-Agent/user-agentstatic final HttpHeaderNameHttpHeaderName.VARYVary/varystatic final HttpHeaderNameHttpHeaderName.VIAVia/viastatic final HttpHeaderNameHttpHeaderName.WARNINGWarning/warningstatic final HttpHeaderNameHttpHeaderName.WWW_AUTHENTICATEWWW-Authenticate/www-authenticatestatic final HttpHeaderNameHttpHeaderName.X_MS_CLIENT_REQUEST_IDx-ms-client-request-idMethods in com.azure.core.http that return HttpHeaderNameModifier and TypeMethodDescriptionstatic HttpHeaderNameHttpHeaderName.fromString(String name) Gets or creates theHttpHeaderNamefor the passedname.Methods in com.azure.core.http with parameters of type HttpHeaderNameModifier and TypeMethodDescriptionHttpHeaders.add(HttpHeaderName name, String value) Adds aheaderwith the given name and value if a header with that name doesn't already exist, otherwise adds thevalueto the existing header.HttpHeaders.get(HttpHeaderName name) Gets theheaderfor the provided header name.HttpHeaders.getValue(HttpHeaderName name) Get the value for the provided header name.String[]HttpHeaders.getValues(HttpHeaderName name) Get the values for the provided header name.HttpHeaders.remove(HttpHeaderName name) Removes theheaderwith the provided header name.HttpHeaders.set(HttpHeaderName name, String value) Sets aheaderwith the given name and value.HttpHeaders.set(HttpHeaderName name, List<String> values) Sets aheaderwith the given name and the list of values provided, such that the given values will be comma-separated when necessary.