azure-docs-sdk-java/docs-ref-autogen/com.azure.core.http.HttpHea...

990 строки
49 KiB
YAML

### YamlMime:JavaType
uid: "com.azure.core.http.HttpHeaderName"
fullName: "com.azure.core.http.HttpHeaderName"
name: "HttpHeaderName"
nameWithType: "HttpHeaderName"
summary: "Represents HTTP header names for multiple versions of HTTP."
inheritances:
- "<xref href=\"java.lang.Object?displayProperty=fullName\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"com.azure.core.util.ExpandableStringEnum?displayProperty=fullName\" data-throw-if-not-resolved=\"False\" />"
inheritedClassMethods:
- classRef: "<xref href=\"com.azure.core.util.ExpandableStringEnum?alt=com.azure.core.util.ExpandableStringEnum&text=ExpandableStringEnum\" data-throw-if-not-resolved=\"False\" />"
methodsRef:
- "<xref href=\"com.azure.core.util.ExpandableStringEnum.<T>fromString(java.lang.String,java.lang.Class<T>)?alt=com.azure.core.util.ExpandableStringEnum.<T>fromString&text=<T>fromString\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"com.azure.core.util.ExpandableStringEnum.<T>values(java.lang.Class<T>)?alt=com.azure.core.util.ExpandableStringEnum.<T>values&text=<T>values\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"com.azure.core.util.ExpandableStringEnum.equals(java.lang.Object)?alt=com.azure.core.util.ExpandableStringEnum.equals&text=equals\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"com.azure.core.util.ExpandableStringEnum.getValue()?alt=com.azure.core.util.ExpandableStringEnum.getValue&text=getValue\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"com.azure.core.util.ExpandableStringEnum.hashCode()?alt=com.azure.core.util.ExpandableStringEnum.hashCode&text=hashCode\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"com.azure.core.util.ExpandableStringEnum.toString()?alt=com.azure.core.util.ExpandableStringEnum.toString&text=toString\" data-throw-if-not-resolved=\"False\" />"
- classRef: "java.lang.<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html\">Object</a>"
methodsRef:
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#clone--\">clone</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#finalize--\">finalize</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#getClass--\">getClass</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#notify--\">notify</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#notifyAll--\">notifyAll</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#wait--\">wait</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#wait-long-\">wait</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#wait-long-int-\">wait</a>"
syntax: "public final class **HttpHeaderName**</br> extends <xref href=\"com.azure.core.util.ExpandableStringEnum?alt=com.azure.core.util.ExpandableStringEnum&text=ExpandableStringEnum\" data-throw-if-not-resolved=\"False\" />&lt;<xref href=\"com.azure.core.http.HttpHeaderName?alt=com.azure.core.http.HttpHeaderName&text=HttpHeaderName\" data-throw-if-not-resolved=\"False\" />&gt;"
constructors:
- uid: "com.azure.core.http.HttpHeaderName.HttpHeaderName()"
fullName: "com.azure.core.http.HttpHeaderName.HttpHeaderName()"
name: "HttpHeaderName()"
nameWithType: "HttpHeaderName.HttpHeaderName()"
summary: "Creates a new instance of <xref uid=\"com.azure.core.http.HttpHeaderName\" data-throw-if-not-resolved=\"false\" data-raw-source=\"HttpHeaderName\"></xref> without a <xref uid=\"com.azure.core.http.HttpHeaderName.toString*\" data-throw-if-not-resolved=\"false\" data-raw-source=\"#toString()\"></xref> value."
deprecatedTag: "Use one of the constants or the <xref uid=\"com.azure.core.http.HttpHeaderName.fromString(java.lang.String)\" data-throw-if-not-resolved=\"false\" data-raw-source=\"#fromString(String)\"></xref> factory method."
syntax: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Deprecated.html\">@Deprecated</a></br>public HttpHeaderName()"
desc: "Creates a new instance of <xref uid=\"com.azure.core.http.HttpHeaderName\" data-throw-if-not-resolved=\"false\" data-raw-source=\"HttpHeaderName\"></xref> without a <xref uid=\"com.azure.core.http.HttpHeaderName.toString*\" data-throw-if-not-resolved=\"false\" data-raw-source=\"#toString()\"></xref> value.\n\nThis constructor shouldn't be called as it will produce a <xref uid=\"com.azure.core.http.HttpHeaderName\" data-throw-if-not-resolved=\"false\" data-raw-source=\"HttpHeaderName\"></xref> which doesn't have a String enum value."
hasDeprecatedTag: true
fields:
- uid: "com.azure.core.http.HttpHeaderName.ACCEPT"
fullName: "com.azure.core.http.HttpHeaderName.ACCEPT"
name: "ACCEPT"
nameWithType: "HttpHeaderName.ACCEPT"
summary: "`Accept`/`accept`"
modifiers:
- "static"
- "final"
field:
type: "<xref href=\"com.azure.core.http.HttpHeaderName?alt=com.azure.core.http.HttpHeaderName&text=HttpHeaderName\" data-throw-if-not-resolved=\"False\" />"
syntax: "public static final HttpHeaderName ACCEPT"
desc: "`Accept`/`accept`"
- uid: "com.azure.core.http.HttpHeaderName.ACCEPT_CHARSET"
fullName: "com.azure.core.http.HttpHeaderName.ACCEPT_CHARSET"
name: "ACCEPT_CHARSET"
nameWithType: "HttpHeaderName.ACCEPT_CHARSET"
summary: "`Accept-Charset`/`accept-charset`"
modifiers:
- "static"
- "final"
field:
type: "<xref href=\"com.azure.core.http.HttpHeaderName?alt=com.azure.core.http.HttpHeaderName&text=HttpHeaderName\" data-throw-if-not-resolved=\"False\" />"
syntax: "public static final HttpHeaderName ACCEPT_CHARSET"
desc: "`Accept-Charset`/`accept-charset`"
- uid: "com.azure.core.http.HttpHeaderName.ACCEPT_DATETIME"
fullName: "com.azure.core.http.HttpHeaderName.ACCEPT_DATETIME"
name: "ACCEPT_DATETIME"
nameWithType: "HttpHeaderName.ACCEPT_DATETIME"
summary: "`Accept-Datetime`/`accept-datetime`"
modifiers:
- "static"
- "final"
field:
type: "<xref href=\"com.azure.core.http.HttpHeaderName?alt=com.azure.core.http.HttpHeaderName&text=HttpHeaderName\" data-throw-if-not-resolved=\"False\" />"
syntax: "public static final HttpHeaderName ACCEPT_DATETIME"
desc: "`Accept-Datetime`/`accept-datetime`"
- uid: "com.azure.core.http.HttpHeaderName.ACCEPT_ENCODING"
fullName: "com.azure.core.http.HttpHeaderName.ACCEPT_ENCODING"
name: "ACCEPT_ENCODING"
nameWithType: "HttpHeaderName.ACCEPT_ENCODING"
summary: "`Accept-Encoding`/`accept-encoding`"
modifiers:
- "static"
- "final"
field:
type: "<xref href=\"com.azure.core.http.HttpHeaderName?alt=com.azure.core.http.HttpHeaderName&text=HttpHeaderName\" data-throw-if-not-resolved=\"False\" />"
syntax: "public static final HttpHeaderName ACCEPT_ENCODING"
desc: "`Accept-Encoding`/`accept-encoding`"
- uid: "com.azure.core.http.HttpHeaderName.ACCEPT_LANGUAGE"
fullName: "com.azure.core.http.HttpHeaderName.ACCEPT_LANGUAGE"
name: "ACCEPT_LANGUAGE"
nameWithType: "HttpHeaderName.ACCEPT_LANGUAGE"
summary: "`Accept-Language`/`accept-language`"
modifiers:
- "static"
- "final"
field:
type: "<xref href=\"com.azure.core.http.HttpHeaderName?alt=com.azure.core.http.HttpHeaderName&text=HttpHeaderName\" data-throw-if-not-resolved=\"False\" />"
syntax: "public static final HttpHeaderName ACCEPT_LANGUAGE"
desc: "`Accept-Language`/`accept-language`"
- uid: "com.azure.core.http.HttpHeaderName.ACCEPT_PATCH"
fullName: "com.azure.core.http.HttpHeaderName.ACCEPT_PATCH"
name: "ACCEPT_PATCH"
nameWithType: "HttpHeaderName.ACCEPT_PATCH"
summary: "`Accept-Patch`/`accept-patch`"
modifiers:
- "static"
- "final"
field:
type: "<xref href=\"com.azure.core.http.HttpHeaderName?alt=com.azure.core.http.HttpHeaderName&text=HttpHeaderName\" data-throw-if-not-resolved=\"False\" />"
syntax: "public static final HttpHeaderName ACCEPT_PATCH"
desc: "`Accept-Patch`/`accept-patch`"
- uid: "com.azure.core.http.HttpHeaderName.ACCEPT_RANGES"
fullName: "com.azure.core.http.HttpHeaderName.ACCEPT_RANGES"
name: "ACCEPT_RANGES"
nameWithType: "HttpHeaderName.ACCEPT_RANGES"
summary: "`Accept-Ranges`/`accept-ranges`"
modifiers:
- "static"
- "final"
field:
type: "<xref href=\"com.azure.core.http.HttpHeaderName?alt=com.azure.core.http.HttpHeaderName&text=HttpHeaderName\" data-throw-if-not-resolved=\"False\" />"
syntax: "public static final HttpHeaderName ACCEPT_RANGES"
desc: "`Accept-Ranges`/`accept-ranges`"
- uid: "com.azure.core.http.HttpHeaderName.ACCESS_CONTROL_ALLOW_CREDENTIALS"
fullName: "com.azure.core.http.HttpHeaderName.ACCESS_CONTROL_ALLOW_CREDENTIALS"
name: "ACCESS_CONTROL_ALLOW_CREDENTIALS"
nameWithType: "HttpHeaderName.ACCESS_CONTROL_ALLOW_CREDENTIALS"
summary: "`Access-Control-Allow-Credentials`/`access-control-allow-credentials`"
modifiers:
- "static"
- "final"
field:
type: "<xref href=\"com.azure.core.http.HttpHeaderName?alt=com.azure.core.http.HttpHeaderName&text=HttpHeaderName\" data-throw-if-not-resolved=\"False\" />"
syntax: "public static final HttpHeaderName ACCESS_CONTROL_ALLOW_CREDENTIALS"
desc: "`Access-Control-Allow-Credentials`/`access-control-allow-credentials`"
- uid: "com.azure.core.http.HttpHeaderName.ACCESS_CONTROL_ALLOW_HEADERS"
fullName: "com.azure.core.http.HttpHeaderName.ACCESS_CONTROL_ALLOW_HEADERS"
name: "ACCESS_CONTROL_ALLOW_HEADERS"
nameWithType: "HttpHeaderName.ACCESS_CONTROL_ALLOW_HEADERS"
summary: "`Access-Control-Allow-Headers`/`access-control-allow-headers`"
modifiers:
- "static"
- "final"
field:
type: "<xref href=\"com.azure.core.http.HttpHeaderName?alt=com.azure.core.http.HttpHeaderName&text=HttpHeaderName\" data-throw-if-not-resolved=\"False\" />"
syntax: "public static final HttpHeaderName ACCESS_CONTROL_ALLOW_HEADERS"
desc: "`Access-Control-Allow-Headers`/`access-control-allow-headers`"
- uid: "com.azure.core.http.HttpHeaderName.ACCESS_CONTROL_ALLOW_METHODS"
fullName: "com.azure.core.http.HttpHeaderName.ACCESS_CONTROL_ALLOW_METHODS"
name: "ACCESS_CONTROL_ALLOW_METHODS"
nameWithType: "HttpHeaderName.ACCESS_CONTROL_ALLOW_METHODS"
summary: "`Access-Control-Allow-Methods`/`access-control-allow-methods`"
modifiers:
- "static"
- "final"
field:
type: "<xref href=\"com.azure.core.http.HttpHeaderName?alt=com.azure.core.http.HttpHeaderName&text=HttpHeaderName\" data-throw-if-not-resolved=\"False\" />"
syntax: "public static final HttpHeaderName ACCESS_CONTROL_ALLOW_METHODS"
desc: "`Access-Control-Allow-Methods`/`access-control-allow-methods`"
- uid: "com.azure.core.http.HttpHeaderName.ACCESS_CONTROL_ALLOW_ORIGIN"
fullName: "com.azure.core.http.HttpHeaderName.ACCESS_CONTROL_ALLOW_ORIGIN"
name: "ACCESS_CONTROL_ALLOW_ORIGIN"
nameWithType: "HttpHeaderName.ACCESS_CONTROL_ALLOW_ORIGIN"
summary: "`Access-Control-Allow-Origin`/`access-control-allow-origin`"
modifiers:
- "static"
- "final"
field:
type: "<xref href=\"com.azure.core.http.HttpHeaderName?alt=com.azure.core.http.HttpHeaderName&text=HttpHeaderName\" data-throw-if-not-resolved=\"False\" />"
syntax: "public static final HttpHeaderName ACCESS_CONTROL_ALLOW_ORIGIN"
desc: "`Access-Control-Allow-Origin`/`access-control-allow-origin`"
- uid: "com.azure.core.http.HttpHeaderName.ACCESS_CONTROL_EXPOSE_HEADERS"
fullName: "com.azure.core.http.HttpHeaderName.ACCESS_CONTROL_EXPOSE_HEADERS"
name: "ACCESS_CONTROL_EXPOSE_HEADERS"
nameWithType: "HttpHeaderName.ACCESS_CONTROL_EXPOSE_HEADERS"
summary: "`Access-Control-Expose-Headers`/`access-control-expose-headers`"
modifiers:
- "static"
- "final"
field:
type: "<xref href=\"com.azure.core.http.HttpHeaderName?alt=com.azure.core.http.HttpHeaderName&text=HttpHeaderName\" data-throw-if-not-resolved=\"False\" />"
syntax: "public static final HttpHeaderName ACCESS_CONTROL_EXPOSE_HEADERS"
desc: "`Access-Control-Expose-Headers`/`access-control-expose-headers`"
- uid: "com.azure.core.http.HttpHeaderName.ACCESS_CONTROL_MAX_AGE"
fullName: "com.azure.core.http.HttpHeaderName.ACCESS_CONTROL_MAX_AGE"
name: "ACCESS_CONTROL_MAX_AGE"
nameWithType: "HttpHeaderName.ACCESS_CONTROL_MAX_AGE"
summary: "`Access-Control-Max-Age`/`access-control-max-age`"
modifiers:
- "static"
- "final"
field:
type: "<xref href=\"com.azure.core.http.HttpHeaderName?alt=com.azure.core.http.HttpHeaderName&text=HttpHeaderName\" data-throw-if-not-resolved=\"False\" />"
syntax: "public static final HttpHeaderName ACCESS_CONTROL_MAX_AGE"
desc: "`Access-Control-Max-Age`/`access-control-max-age`"
- uid: "com.azure.core.http.HttpHeaderName.AGE"
fullName: "com.azure.core.http.HttpHeaderName.AGE"
name: "AGE"
nameWithType: "HttpHeaderName.AGE"
summary: "`Age`/`age`"
modifiers:
- "static"
- "final"
field:
type: "<xref href=\"com.azure.core.http.HttpHeaderName?alt=com.azure.core.http.HttpHeaderName&text=HttpHeaderName\" data-throw-if-not-resolved=\"False\" />"
syntax: "public static final HttpHeaderName AGE"
desc: "`Age`/`age`"
- uid: "com.azure.core.http.HttpHeaderName.ALLOW"
fullName: "com.azure.core.http.HttpHeaderName.ALLOW"
name: "ALLOW"
nameWithType: "HttpHeaderName.ALLOW"
summary: "`Allow`/`allow`"
modifiers:
- "static"
- "final"
field:
type: "<xref href=\"com.azure.core.http.HttpHeaderName?alt=com.azure.core.http.HttpHeaderName&text=HttpHeaderName\" data-throw-if-not-resolved=\"False\" />"
syntax: "public static final HttpHeaderName ALLOW"
desc: "`Allow`/`allow`"
- uid: "com.azure.core.http.HttpHeaderName.AUTHORIZATION"
fullName: "com.azure.core.http.HttpHeaderName.AUTHORIZATION"
name: "AUTHORIZATION"
nameWithType: "HttpHeaderName.AUTHORIZATION"
summary: "`Authorization`/`authorization`"
modifiers:
- "static"
- "final"
field:
type: "<xref href=\"com.azure.core.http.HttpHeaderName?alt=com.azure.core.http.HttpHeaderName&text=HttpHeaderName\" data-throw-if-not-resolved=\"False\" />"
syntax: "public static final HttpHeaderName AUTHORIZATION"
desc: "`Authorization`/`authorization`"
- uid: "com.azure.core.http.HttpHeaderName.AZURE_ASYNCOPERATION"
fullName: "com.azure.core.http.HttpHeaderName.AZURE_ASYNCOPERATION"
name: "AZURE_ASYNCOPERATION"
nameWithType: "HttpHeaderName.AZURE_ASYNCOPERATION"
summary: "`Azure-AsyncOperation`/`azure-azyncoperation`"
modifiers:
- "static"
- "final"
field:
type: "<xref href=\"com.azure.core.http.HttpHeaderName?alt=com.azure.core.http.HttpHeaderName&text=HttpHeaderName\" data-throw-if-not-resolved=\"False\" />"
syntax: "public static final HttpHeaderName AZURE_ASYNCOPERATION"
desc: "`Azure-AsyncOperation`/`azure-azyncoperation`"
- uid: "com.azure.core.http.HttpHeaderName.CACHE_CONTROL"
fullName: "com.azure.core.http.HttpHeaderName.CACHE_CONTROL"
name: "CACHE_CONTROL"
nameWithType: "HttpHeaderName.CACHE_CONTROL"
summary: "`Cache-Control`/`cache-control`"
modifiers:
- "static"
- "final"
field:
type: "<xref href=\"com.azure.core.http.HttpHeaderName?alt=com.azure.core.http.HttpHeaderName&text=HttpHeaderName\" data-throw-if-not-resolved=\"False\" />"
syntax: "public static final HttpHeaderName CACHE_CONTROL"
desc: "`Cache-Control`/`cache-control`"
- uid: "com.azure.core.http.HttpHeaderName.CONNECTION"
fullName: "com.azure.core.http.HttpHeaderName.CONNECTION"
name: "CONNECTION"
nameWithType: "HttpHeaderName.CONNECTION"
summary: "`Connection`/`connection`"
modifiers:
- "static"
- "final"
field:
type: "<xref href=\"com.azure.core.http.HttpHeaderName?alt=com.azure.core.http.HttpHeaderName&text=HttpHeaderName\" data-throw-if-not-resolved=\"False\" />"
syntax: "public static final HttpHeaderName CONNECTION"
desc: "`Connection`/`connection`"
- uid: "com.azure.core.http.HttpHeaderName.CONTENT_DISPOSITION"
fullName: "com.azure.core.http.HttpHeaderName.CONTENT_DISPOSITION"
name: "CONTENT_DISPOSITION"
nameWithType: "HttpHeaderName.CONTENT_DISPOSITION"
summary: "`Content-Disposition`/`content-disposition`"
modifiers:
- "static"
- "final"
field:
type: "<xref href=\"com.azure.core.http.HttpHeaderName?alt=com.azure.core.http.HttpHeaderName&text=HttpHeaderName\" data-throw-if-not-resolved=\"False\" />"
syntax: "public static final HttpHeaderName CONTENT_DISPOSITION"
desc: "`Content-Disposition`/`content-disposition`"
- uid: "com.azure.core.http.HttpHeaderName.CONTENT_ENCODING"
fullName: "com.azure.core.http.HttpHeaderName.CONTENT_ENCODING"
name: "CONTENT_ENCODING"
nameWithType: "HttpHeaderName.CONTENT_ENCODING"
summary: "`Content-Encoding`/`content-encoding`"
modifiers:
- "static"
- "final"
field:
type: "<xref href=\"com.azure.core.http.HttpHeaderName?alt=com.azure.core.http.HttpHeaderName&text=HttpHeaderName\" data-throw-if-not-resolved=\"False\" />"
syntax: "public static final HttpHeaderName CONTENT_ENCODING"
desc: "`Content-Encoding`/`content-encoding`"
- uid: "com.azure.core.http.HttpHeaderName.CONTENT_LANGUAGE"
fullName: "com.azure.core.http.HttpHeaderName.CONTENT_LANGUAGE"
name: "CONTENT_LANGUAGE"
nameWithType: "HttpHeaderName.CONTENT_LANGUAGE"
summary: "`Content-Language`/`content-language`"
modifiers:
- "static"
- "final"
field:
type: "<xref href=\"com.azure.core.http.HttpHeaderName?alt=com.azure.core.http.HttpHeaderName&text=HttpHeaderName\" data-throw-if-not-resolved=\"False\" />"
syntax: "public static final HttpHeaderName CONTENT_LANGUAGE"
desc: "`Content-Language`/`content-language`"
- uid: "com.azure.core.http.HttpHeaderName.CONTENT_LENGTH"
fullName: "com.azure.core.http.HttpHeaderName.CONTENT_LENGTH"
name: "CONTENT_LENGTH"
nameWithType: "HttpHeaderName.CONTENT_LENGTH"
summary: "`Content-Length`/`content-length`"
modifiers:
- "static"
- "final"
field:
type: "<xref href=\"com.azure.core.http.HttpHeaderName?alt=com.azure.core.http.HttpHeaderName&text=HttpHeaderName\" data-throw-if-not-resolved=\"False\" />"
syntax: "public static final HttpHeaderName CONTENT_LENGTH"
desc: "`Content-Length`/`content-length`"
- uid: "com.azure.core.http.HttpHeaderName.CONTENT_LOCATION"
fullName: "com.azure.core.http.HttpHeaderName.CONTENT_LOCATION"
name: "CONTENT_LOCATION"
nameWithType: "HttpHeaderName.CONTENT_LOCATION"
summary: "`Content-Location`/`content-location`"
modifiers:
- "static"
- "final"
field:
type: "<xref href=\"com.azure.core.http.HttpHeaderName?alt=com.azure.core.http.HttpHeaderName&text=HttpHeaderName\" data-throw-if-not-resolved=\"False\" />"
syntax: "public static final HttpHeaderName CONTENT_LOCATION"
desc: "`Content-Location`/`content-location`"
- uid: "com.azure.core.http.HttpHeaderName.CONTENT_MD5"
fullName: "com.azure.core.http.HttpHeaderName.CONTENT_MD5"
name: "CONTENT_MD5"
nameWithType: "HttpHeaderName.CONTENT_MD5"
summary: "`Content-MD5`/`content-md5`"
modifiers:
- "static"
- "final"
field:
type: "<xref href=\"com.azure.core.http.HttpHeaderName?alt=com.azure.core.http.HttpHeaderName&text=HttpHeaderName\" data-throw-if-not-resolved=\"False\" />"
syntax: "public static final HttpHeaderName CONTENT_MD5"
desc: "`Content-MD5`/`content-md5`"
- uid: "com.azure.core.http.HttpHeaderName.CONTENT_RANGE"
fullName: "com.azure.core.http.HttpHeaderName.CONTENT_RANGE"
name: "CONTENT_RANGE"
nameWithType: "HttpHeaderName.CONTENT_RANGE"
summary: "`Content-Range`/`content-range`"
modifiers:
- "static"
- "final"
field:
type: "<xref href=\"com.azure.core.http.HttpHeaderName?alt=com.azure.core.http.HttpHeaderName&text=HttpHeaderName\" data-throw-if-not-resolved=\"False\" />"
syntax: "public static final HttpHeaderName CONTENT_RANGE"
desc: "`Content-Range`/`content-range`"
- uid: "com.azure.core.http.HttpHeaderName.CONTENT_TYPE"
fullName: "com.azure.core.http.HttpHeaderName.CONTENT_TYPE"
name: "CONTENT_TYPE"
nameWithType: "HttpHeaderName.CONTENT_TYPE"
summary: "`Content-Type`/`content-type`"
modifiers:
- "static"
- "final"
field:
type: "<xref href=\"com.azure.core.http.HttpHeaderName?alt=com.azure.core.http.HttpHeaderName&text=HttpHeaderName\" data-throw-if-not-resolved=\"False\" />"
syntax: "public static final HttpHeaderName CONTENT_TYPE"
desc: "`Content-Type`/`content-type`"
- uid: "com.azure.core.http.HttpHeaderName.COOKIE"
fullName: "com.azure.core.http.HttpHeaderName.COOKIE"
name: "COOKIE"
nameWithType: "HttpHeaderName.COOKIE"
summary: "`Cookie`/`cookie`"
modifiers:
- "static"
- "final"
field:
type: "<xref href=\"com.azure.core.http.HttpHeaderName?alt=com.azure.core.http.HttpHeaderName&text=HttpHeaderName\" data-throw-if-not-resolved=\"False\" />"
syntax: "public static final HttpHeaderName COOKIE"
desc: "`Cookie`/`cookie`"
- uid: "com.azure.core.http.HttpHeaderName.DATE"
fullName: "com.azure.core.http.HttpHeaderName.DATE"
name: "DATE"
nameWithType: "HttpHeaderName.DATE"
summary: "`Date`/`date`"
modifiers:
- "static"
- "final"
field:
type: "<xref href=\"com.azure.core.http.HttpHeaderName?alt=com.azure.core.http.HttpHeaderName&text=HttpHeaderName\" data-throw-if-not-resolved=\"False\" />"
syntax: "public static final HttpHeaderName DATE"
desc: "`Date`/`date`"
- uid: "com.azure.core.http.HttpHeaderName.ETAG"
fullName: "com.azure.core.http.HttpHeaderName.ETAG"
name: "ETAG"
nameWithType: "HttpHeaderName.ETAG"
summary: "`ETag`/`etag`"
modifiers:
- "static"
- "final"
field:
type: "<xref href=\"com.azure.core.http.HttpHeaderName?alt=com.azure.core.http.HttpHeaderName&text=HttpHeaderName\" data-throw-if-not-resolved=\"False\" />"
syntax: "public static final HttpHeaderName ETAG"
desc: "`ETag`/`etag`"
- uid: "com.azure.core.http.HttpHeaderName.EXPECT"
fullName: "com.azure.core.http.HttpHeaderName.EXPECT"
name: "EXPECT"
nameWithType: "HttpHeaderName.EXPECT"
summary: "`Expect`/`expect`"
modifiers:
- "static"
- "final"
field:
type: "<xref href=\"com.azure.core.http.HttpHeaderName?alt=com.azure.core.http.HttpHeaderName&text=HttpHeaderName\" data-throw-if-not-resolved=\"False\" />"
syntax: "public static final HttpHeaderName EXPECT"
desc: "`Expect`/`expect`"
- uid: "com.azure.core.http.HttpHeaderName.EXPIRES"
fullName: "com.azure.core.http.HttpHeaderName.EXPIRES"
name: "EXPIRES"
nameWithType: "HttpHeaderName.EXPIRES"
summary: "`Expires`/`expires`"
modifiers:
- "static"
- "final"
field:
type: "<xref href=\"com.azure.core.http.HttpHeaderName?alt=com.azure.core.http.HttpHeaderName&text=HttpHeaderName\" data-throw-if-not-resolved=\"False\" />"
syntax: "public static final HttpHeaderName EXPIRES"
desc: "`Expires`/`expires`"
- uid: "com.azure.core.http.HttpHeaderName.FORWARDED"
fullName: "com.azure.core.http.HttpHeaderName.FORWARDED"
name: "FORWARDED"
nameWithType: "HttpHeaderName.FORWARDED"
summary: "`Forwarded`/`forwarded`"
modifiers:
- "static"
- "final"
field:
type: "<xref href=\"com.azure.core.http.HttpHeaderName?alt=com.azure.core.http.HttpHeaderName&text=HttpHeaderName\" data-throw-if-not-resolved=\"False\" />"
syntax: "public static final HttpHeaderName FORWARDED"
desc: "`Forwarded`/`forwarded`"
- uid: "com.azure.core.http.HttpHeaderName.FROM"
fullName: "com.azure.core.http.HttpHeaderName.FROM"
name: "FROM"
nameWithType: "HttpHeaderName.FROM"
summary: "`From`/`from`"
modifiers:
- "static"
- "final"
field:
type: "<xref href=\"com.azure.core.http.HttpHeaderName?alt=com.azure.core.http.HttpHeaderName&text=HttpHeaderName\" data-throw-if-not-resolved=\"False\" />"
syntax: "public static final HttpHeaderName FROM"
desc: "`From`/`from`"
- uid: "com.azure.core.http.HttpHeaderName.HOST"
fullName: "com.azure.core.http.HttpHeaderName.HOST"
name: "HOST"
nameWithType: "HttpHeaderName.HOST"
summary: "`Host`/`host`"
modifiers:
- "static"
- "final"
field:
type: "<xref href=\"com.azure.core.http.HttpHeaderName?alt=com.azure.core.http.HttpHeaderName&text=HttpHeaderName\" data-throw-if-not-resolved=\"False\" />"
syntax: "public static final HttpHeaderName HOST"
desc: "`Host`/`host`"
- uid: "com.azure.core.http.HttpHeaderName.HTTP2_SETTINGS"
fullName: "com.azure.core.http.HttpHeaderName.HTTP2_SETTINGS"
name: "HTTP2_SETTINGS"
nameWithType: "HttpHeaderName.HTTP2_SETTINGS"
summary: "`HTTP2-Settings`/`http2-settings`"
modifiers:
- "static"
- "final"
field:
type: "<xref href=\"com.azure.core.http.HttpHeaderName?alt=com.azure.core.http.HttpHeaderName&text=HttpHeaderName\" data-throw-if-not-resolved=\"False\" />"
syntax: "public static final HttpHeaderName HTTP2_SETTINGS"
desc: "`HTTP2-Settings`/`http2-settings`"
- uid: "com.azure.core.http.HttpHeaderName.IF_MATCH"
fullName: "com.azure.core.http.HttpHeaderName.IF_MATCH"
name: "IF_MATCH"
nameWithType: "HttpHeaderName.IF_MATCH"
summary: "`If-Match`/`if-match`"
modifiers:
- "static"
- "final"
field:
type: "<xref href=\"com.azure.core.http.HttpHeaderName?alt=com.azure.core.http.HttpHeaderName&text=HttpHeaderName\" data-throw-if-not-resolved=\"False\" />"
syntax: "public static final HttpHeaderName IF_MATCH"
desc: "`If-Match`/`if-match`"
- uid: "com.azure.core.http.HttpHeaderName.IF_MODIFIED_SINCE"
fullName: "com.azure.core.http.HttpHeaderName.IF_MODIFIED_SINCE"
name: "IF_MODIFIED_SINCE"
nameWithType: "HttpHeaderName.IF_MODIFIED_SINCE"
summary: "`If-Modified-Since`/`if-modified-since`"
modifiers:
- "static"
- "final"
field:
type: "<xref href=\"com.azure.core.http.HttpHeaderName?alt=com.azure.core.http.HttpHeaderName&text=HttpHeaderName\" data-throw-if-not-resolved=\"False\" />"
syntax: "public static final HttpHeaderName IF_MODIFIED_SINCE"
desc: "`If-Modified-Since`/`if-modified-since`"
- uid: "com.azure.core.http.HttpHeaderName.IF_NONE_MATCH"
fullName: "com.azure.core.http.HttpHeaderName.IF_NONE_MATCH"
name: "IF_NONE_MATCH"
nameWithType: "HttpHeaderName.IF_NONE_MATCH"
summary: "`If-None-Match`/`if-none-match`"
modifiers:
- "static"
- "final"
field:
type: "<xref href=\"com.azure.core.http.HttpHeaderName?alt=com.azure.core.http.HttpHeaderName&text=HttpHeaderName\" data-throw-if-not-resolved=\"False\" />"
syntax: "public static final HttpHeaderName IF_NONE_MATCH"
desc: "`If-None-Match`/`if-none-match`"
- uid: "com.azure.core.http.HttpHeaderName.IF_RANGE"
fullName: "com.azure.core.http.HttpHeaderName.IF_RANGE"
name: "IF_RANGE"
nameWithType: "HttpHeaderName.IF_RANGE"
summary: "`If-Range`/`if-range`"
modifiers:
- "static"
- "final"
field:
type: "<xref href=\"com.azure.core.http.HttpHeaderName?alt=com.azure.core.http.HttpHeaderName&text=HttpHeaderName\" data-throw-if-not-resolved=\"False\" />"
syntax: "public static final HttpHeaderName IF_RANGE"
desc: "`If-Range`/`if-range`"
- uid: "com.azure.core.http.HttpHeaderName.IF_UNMODIFIED_SINCE"
fullName: "com.azure.core.http.HttpHeaderName.IF_UNMODIFIED_SINCE"
name: "IF_UNMODIFIED_SINCE"
nameWithType: "HttpHeaderName.IF_UNMODIFIED_SINCE"
summary: "`If-Unmodified-Since`/`if-unmodified-since`"
modifiers:
- "static"
- "final"
field:
type: "<xref href=\"com.azure.core.http.HttpHeaderName?alt=com.azure.core.http.HttpHeaderName&text=HttpHeaderName\" data-throw-if-not-resolved=\"False\" />"
syntax: "public static final HttpHeaderName IF_UNMODIFIED_SINCE"
desc: "`If-Unmodified-Since`/`if-unmodified-since`"
- uid: "com.azure.core.http.HttpHeaderName.LAST_MODIFIED"
fullName: "com.azure.core.http.HttpHeaderName.LAST_MODIFIED"
name: "LAST_MODIFIED"
nameWithType: "HttpHeaderName.LAST_MODIFIED"
summary: "`Last-Modified`/`last-modified`"
modifiers:
- "static"
- "final"
field:
type: "<xref href=\"com.azure.core.http.HttpHeaderName?alt=com.azure.core.http.HttpHeaderName&text=HttpHeaderName\" data-throw-if-not-resolved=\"False\" />"
syntax: "public static final HttpHeaderName LAST_MODIFIED"
desc: "`Last-Modified`/`last-modified`"
- uid: "com.azure.core.http.HttpHeaderName.LINK"
fullName: "com.azure.core.http.HttpHeaderName.LINK"
name: "LINK"
nameWithType: "HttpHeaderName.LINK"
summary: "`Link`/`link`"
modifiers:
- "static"
- "final"
field:
type: "<xref href=\"com.azure.core.http.HttpHeaderName?alt=com.azure.core.http.HttpHeaderName&text=HttpHeaderName\" data-throw-if-not-resolved=\"False\" />"
syntax: "public static final HttpHeaderName LINK"
desc: "`Link`/`link`"
- uid: "com.azure.core.http.HttpHeaderName.LOCATION"
fullName: "com.azure.core.http.HttpHeaderName.LOCATION"
name: "LOCATION"
nameWithType: "HttpHeaderName.LOCATION"
summary: "`Location`/`location`"
modifiers:
- "static"
- "final"
field:
type: "<xref href=\"com.azure.core.http.HttpHeaderName?alt=com.azure.core.http.HttpHeaderName&text=HttpHeaderName\" data-throw-if-not-resolved=\"False\" />"
syntax: "public static final HttpHeaderName LOCATION"
desc: "`Location`/`location`"
- uid: "com.azure.core.http.HttpHeaderName.MAX_FORWARDS"
fullName: "com.azure.core.http.HttpHeaderName.MAX_FORWARDS"
name: "MAX_FORWARDS"
nameWithType: "HttpHeaderName.MAX_FORWARDS"
summary: "`Max-Forwards`/`max-forwards`"
modifiers:
- "static"
- "final"
field:
type: "<xref href=\"com.azure.core.http.HttpHeaderName?alt=com.azure.core.http.HttpHeaderName&text=HttpHeaderName\" data-throw-if-not-resolved=\"False\" />"
syntax: "public static final HttpHeaderName MAX_FORWARDS"
desc: "`Max-Forwards`/`max-forwards`"
- uid: "com.azure.core.http.HttpHeaderName.OPERATION_LOCATION"
fullName: "com.azure.core.http.HttpHeaderName.OPERATION_LOCATION"
name: "OPERATION_LOCATION"
nameWithType: "HttpHeaderName.OPERATION_LOCATION"
summary: "`Operation-Location`/`operation-location`"
modifiers:
- "static"
- "final"
field:
type: "<xref href=\"com.azure.core.http.HttpHeaderName?alt=com.azure.core.http.HttpHeaderName&text=HttpHeaderName\" data-throw-if-not-resolved=\"False\" />"
syntax: "public static final HttpHeaderName OPERATION_LOCATION"
desc: "`Operation-Location`/`operation-location`"
- uid: "com.azure.core.http.HttpHeaderName.ORIGIN"
fullName: "com.azure.core.http.HttpHeaderName.ORIGIN"
name: "ORIGIN"
nameWithType: "HttpHeaderName.ORIGIN"
summary: "`Origin`/`origin`"
modifiers:
- "static"
- "final"
field:
type: "<xref href=\"com.azure.core.http.HttpHeaderName?alt=com.azure.core.http.HttpHeaderName&text=HttpHeaderName\" data-throw-if-not-resolved=\"False\" />"
syntax: "public static final HttpHeaderName ORIGIN"
desc: "`Origin`/`origin`"
- uid: "com.azure.core.http.HttpHeaderName.PRAGMA"
fullName: "com.azure.core.http.HttpHeaderName.PRAGMA"
name: "PRAGMA"
nameWithType: "HttpHeaderName.PRAGMA"
summary: "`Pragma`/`pragma`"
modifiers:
- "static"
- "final"
field:
type: "<xref href=\"com.azure.core.http.HttpHeaderName?alt=com.azure.core.http.HttpHeaderName&text=HttpHeaderName\" data-throw-if-not-resolved=\"False\" />"
syntax: "public static final HttpHeaderName PRAGMA"
desc: "`Pragma`/`pragma`"
- uid: "com.azure.core.http.HttpHeaderName.PREFER"
fullName: "com.azure.core.http.HttpHeaderName.PREFER"
name: "PREFER"
nameWithType: "HttpHeaderName.PREFER"
summary: "`Prefer`/`prefer`"
modifiers:
- "static"
- "final"
field:
type: "<xref href=\"com.azure.core.http.HttpHeaderName?alt=com.azure.core.http.HttpHeaderName&text=HttpHeaderName\" data-throw-if-not-resolved=\"False\" />"
syntax: "public static final HttpHeaderName PREFER"
desc: "`Prefer`/`prefer`"
- uid: "com.azure.core.http.HttpHeaderName.PREFERENCE_APPLIED"
fullName: "com.azure.core.http.HttpHeaderName.PREFERENCE_APPLIED"
name: "PREFERENCE_APPLIED"
nameWithType: "HttpHeaderName.PREFERENCE_APPLIED"
summary: "`Preference-Applied`/`preference-applied`"
modifiers:
- "static"
- "final"
field:
type: "<xref href=\"com.azure.core.http.HttpHeaderName?alt=com.azure.core.http.HttpHeaderName&text=HttpHeaderName\" data-throw-if-not-resolved=\"False\" />"
syntax: "public static final HttpHeaderName PREFERENCE_APPLIED"
desc: "`Preference-Applied`/`preference-applied`"
- uid: "com.azure.core.http.HttpHeaderName.PROXY_AUTHENTICATE"
fullName: "com.azure.core.http.HttpHeaderName.PROXY_AUTHENTICATE"
name: "PROXY_AUTHENTICATE"
nameWithType: "HttpHeaderName.PROXY_AUTHENTICATE"
summary: "`Proxy-Authenticate`/`proxy-authenticate`"
modifiers:
- "static"
- "final"
field:
type: "<xref href=\"com.azure.core.http.HttpHeaderName?alt=com.azure.core.http.HttpHeaderName&text=HttpHeaderName\" data-throw-if-not-resolved=\"False\" />"
syntax: "public static final HttpHeaderName PROXY_AUTHENTICATE"
desc: "`Proxy-Authenticate`/`proxy-authenticate`"
- uid: "com.azure.core.http.HttpHeaderName.PROXY_AUTHORIZATION"
fullName: "com.azure.core.http.HttpHeaderName.PROXY_AUTHORIZATION"
name: "PROXY_AUTHORIZATION"
nameWithType: "HttpHeaderName.PROXY_AUTHORIZATION"
summary: "`Proxy-Authorization`/`proxy-authorization`"
modifiers:
- "static"
- "final"
field:
type: "<xref href=\"com.azure.core.http.HttpHeaderName?alt=com.azure.core.http.HttpHeaderName&text=HttpHeaderName\" data-throw-if-not-resolved=\"False\" />"
syntax: "public static final HttpHeaderName PROXY_AUTHORIZATION"
desc: "`Proxy-Authorization`/`proxy-authorization`"
- uid: "com.azure.core.http.HttpHeaderName.RANGE"
fullName: "com.azure.core.http.HttpHeaderName.RANGE"
name: "RANGE"
nameWithType: "HttpHeaderName.RANGE"
summary: "`Range`/`range`"
modifiers:
- "static"
- "final"
field:
type: "<xref href=\"com.azure.core.http.HttpHeaderName?alt=com.azure.core.http.HttpHeaderName&text=HttpHeaderName\" data-throw-if-not-resolved=\"False\" />"
syntax: "public static final HttpHeaderName RANGE"
desc: "`Range`/`range`"
- uid: "com.azure.core.http.HttpHeaderName.REFERER"
fullName: "com.azure.core.http.HttpHeaderName.REFERER"
name: "REFERER"
nameWithType: "HttpHeaderName.REFERER"
summary: "`Referer`/`referer`"
modifiers:
- "static"
- "final"
field:
type: "<xref href=\"com.azure.core.http.HttpHeaderName?alt=com.azure.core.http.HttpHeaderName&text=HttpHeaderName\" data-throw-if-not-resolved=\"False\" />"
syntax: "public static final HttpHeaderName REFERER"
desc: "`Referer`/`referer`"
- uid: "com.azure.core.http.HttpHeaderName.RETRY_AFTER"
fullName: "com.azure.core.http.HttpHeaderName.RETRY_AFTER"
name: "RETRY_AFTER"
nameWithType: "HttpHeaderName.RETRY_AFTER"
summary: "`Retry-After`/`retry-after`"
modifiers:
- "static"
- "final"
field:
type: "<xref href=\"com.azure.core.http.HttpHeaderName?alt=com.azure.core.http.HttpHeaderName&text=HttpHeaderName\" data-throw-if-not-resolved=\"False\" />"
syntax: "public static final HttpHeaderName RETRY_AFTER"
desc: "`Retry-After`/`retry-after`"
- uid: "com.azure.core.http.HttpHeaderName.RETRY_AFTER_MS"
fullName: "com.azure.core.http.HttpHeaderName.RETRY_AFTER_MS"
name: "RETRY_AFTER_MS"
nameWithType: "HttpHeaderName.RETRY_AFTER_MS"
summary: "`retry-after-ms`"
modifiers:
- "static"
- "final"
field:
type: "<xref href=\"com.azure.core.http.HttpHeaderName?alt=com.azure.core.http.HttpHeaderName&text=HttpHeaderName\" data-throw-if-not-resolved=\"False\" />"
syntax: "public static final HttpHeaderName RETRY_AFTER_MS"
desc: "`retry-after-ms`"
- uid: "com.azure.core.http.HttpHeaderName.SERVER"
fullName: "com.azure.core.http.HttpHeaderName.SERVER"
name: "SERVER"
nameWithType: "HttpHeaderName.SERVER"
summary: "`Server`/`server`"
modifiers:
- "static"
- "final"
field:
type: "<xref href=\"com.azure.core.http.HttpHeaderName?alt=com.azure.core.http.HttpHeaderName&text=HttpHeaderName\" data-throw-if-not-resolved=\"False\" />"
syntax: "public static final HttpHeaderName SERVER"
desc: "`Server`/`server`"
- uid: "com.azure.core.http.HttpHeaderName.SET_COOKIE"
fullName: "com.azure.core.http.HttpHeaderName.SET_COOKIE"
name: "SET_COOKIE"
nameWithType: "HttpHeaderName.SET_COOKIE"
summary: "`Set-Cookie`/`set-cookie`"
modifiers:
- "static"
- "final"
field:
type: "<xref href=\"com.azure.core.http.HttpHeaderName?alt=com.azure.core.http.HttpHeaderName&text=HttpHeaderName\" data-throw-if-not-resolved=\"False\" />"
syntax: "public static final HttpHeaderName SET_COOKIE"
desc: "`Set-Cookie`/`set-cookie`"
- uid: "com.azure.core.http.HttpHeaderName.STRICT_TRANSPORT_SECURITY"
fullName: "com.azure.core.http.HttpHeaderName.STRICT_TRANSPORT_SECURITY"
name: "STRICT_TRANSPORT_SECURITY"
nameWithType: "HttpHeaderName.STRICT_TRANSPORT_SECURITY"
summary: "`Strict-Transport-Security`/`strict-transport-security`"
modifiers:
- "static"
- "final"
field:
type: "<xref href=\"com.azure.core.http.HttpHeaderName?alt=com.azure.core.http.HttpHeaderName&text=HttpHeaderName\" data-throw-if-not-resolved=\"False\" />"
syntax: "public static final HttpHeaderName STRICT_TRANSPORT_SECURITY"
desc: "`Strict-Transport-Security`/`strict-transport-security`"
- uid: "com.azure.core.http.HttpHeaderName.TE"
fullName: "com.azure.core.http.HttpHeaderName.TE"
name: "TE"
nameWithType: "HttpHeaderName.TE"
summary: "`TE`/`te`"
modifiers:
- "static"
- "final"
field:
type: "<xref href=\"com.azure.core.http.HttpHeaderName?alt=com.azure.core.http.HttpHeaderName&text=HttpHeaderName\" data-throw-if-not-resolved=\"False\" />"
syntax: "public static final HttpHeaderName TE"
desc: "`TE`/`te`"
- uid: "com.azure.core.http.HttpHeaderName.TRACEPARENT"
fullName: "com.azure.core.http.HttpHeaderName.TRACEPARENT"
name: "TRACEPARENT"
nameWithType: "HttpHeaderName.TRACEPARENT"
summary: "`traceparent`"
modifiers:
- "static"
- "final"
field:
type: "<xref href=\"com.azure.core.http.HttpHeaderName?alt=com.azure.core.http.HttpHeaderName&text=HttpHeaderName\" data-throw-if-not-resolved=\"False\" />"
syntax: "public static final HttpHeaderName TRACEPARENT"
desc: "`traceparent`"
- uid: "com.azure.core.http.HttpHeaderName.TRAILER"
fullName: "com.azure.core.http.HttpHeaderName.TRAILER"
name: "TRAILER"
nameWithType: "HttpHeaderName.TRAILER"
summary: "`Trailer`/`trailer`"
modifiers:
- "static"
- "final"
field:
type: "<xref href=\"com.azure.core.http.HttpHeaderName?alt=com.azure.core.http.HttpHeaderName&text=HttpHeaderName\" data-throw-if-not-resolved=\"False\" />"
syntax: "public static final HttpHeaderName TRAILER"
desc: "`Trailer`/`trailer`"
- uid: "com.azure.core.http.HttpHeaderName.TRANSFER_ENCODING"
fullName: "com.azure.core.http.HttpHeaderName.TRANSFER_ENCODING"
name: "TRANSFER_ENCODING"
nameWithType: "HttpHeaderName.TRANSFER_ENCODING"
summary: "`Transfer-Encoding`/`transfer-encoding`"
modifiers:
- "static"
- "final"
field:
type: "<xref href=\"com.azure.core.http.HttpHeaderName?alt=com.azure.core.http.HttpHeaderName&text=HttpHeaderName\" data-throw-if-not-resolved=\"False\" />"
syntax: "public static final HttpHeaderName TRANSFER_ENCODING"
desc: "`Transfer-Encoding`/`transfer-encoding`"
- uid: "com.azure.core.http.HttpHeaderName.UPGRADE"
fullName: "com.azure.core.http.HttpHeaderName.UPGRADE"
name: "UPGRADE"
nameWithType: "HttpHeaderName.UPGRADE"
summary: "`Upgrade`/`upgrade`"
modifiers:
- "static"
- "final"
field:
type: "<xref href=\"com.azure.core.http.HttpHeaderName?alt=com.azure.core.http.HttpHeaderName&text=HttpHeaderName\" data-throw-if-not-resolved=\"False\" />"
syntax: "public static final HttpHeaderName UPGRADE"
desc: "`Upgrade`/`upgrade`"
- uid: "com.azure.core.http.HttpHeaderName.USER_AGENT"
fullName: "com.azure.core.http.HttpHeaderName.USER_AGENT"
name: "USER_AGENT"
nameWithType: "HttpHeaderName.USER_AGENT"
summary: "`User-Agent`/`user-agent`"
modifiers:
- "static"
- "final"
field:
type: "<xref href=\"com.azure.core.http.HttpHeaderName?alt=com.azure.core.http.HttpHeaderName&text=HttpHeaderName\" data-throw-if-not-resolved=\"False\" />"
syntax: "public static final HttpHeaderName USER_AGENT"
desc: "`User-Agent`/`user-agent`"
- uid: "com.azure.core.http.HttpHeaderName.VARY"
fullName: "com.azure.core.http.HttpHeaderName.VARY"
name: "VARY"
nameWithType: "HttpHeaderName.VARY"
summary: "`Vary`/`vary`"
modifiers:
- "static"
- "final"
field:
type: "<xref href=\"com.azure.core.http.HttpHeaderName?alt=com.azure.core.http.HttpHeaderName&text=HttpHeaderName\" data-throw-if-not-resolved=\"False\" />"
syntax: "public static final HttpHeaderName VARY"
desc: "`Vary`/`vary`"
- uid: "com.azure.core.http.HttpHeaderName.VIA"
fullName: "com.azure.core.http.HttpHeaderName.VIA"
name: "VIA"
nameWithType: "HttpHeaderName.VIA"
summary: "`Via`/`via`"
modifiers:
- "static"
- "final"
field:
type: "<xref href=\"com.azure.core.http.HttpHeaderName?alt=com.azure.core.http.HttpHeaderName&text=HttpHeaderName\" data-throw-if-not-resolved=\"False\" />"
syntax: "public static final HttpHeaderName VIA"
desc: "`Via`/`via`"
- uid: "com.azure.core.http.HttpHeaderName.WARNING"
fullName: "com.azure.core.http.HttpHeaderName.WARNING"
name: "WARNING"
nameWithType: "HttpHeaderName.WARNING"
summary: "`Warning`/`warning`"
modifiers:
- "static"
- "final"
field:
type: "<xref href=\"com.azure.core.http.HttpHeaderName?alt=com.azure.core.http.HttpHeaderName&text=HttpHeaderName\" data-throw-if-not-resolved=\"False\" />"
syntax: "public static final HttpHeaderName WARNING"
desc: "`Warning`/`warning`"
- uid: "com.azure.core.http.HttpHeaderName.WWW_AUTHENTICATE"
fullName: "com.azure.core.http.HttpHeaderName.WWW_AUTHENTICATE"
name: "WWW_AUTHENTICATE"
nameWithType: "HttpHeaderName.WWW_AUTHENTICATE"
summary: "`WWW-Authenticate`/`www-authenticate`"
modifiers:
- "static"
- "final"
field:
type: "<xref href=\"com.azure.core.http.HttpHeaderName?alt=com.azure.core.http.HttpHeaderName&text=HttpHeaderName\" data-throw-if-not-resolved=\"False\" />"
syntax: "public static final HttpHeaderName WWW_AUTHENTICATE"
desc: "`WWW-Authenticate`/`www-authenticate`"
- uid: "com.azure.core.http.HttpHeaderName.X_MS_CLIENT_ID"
fullName: "com.azure.core.http.HttpHeaderName.X_MS_CLIENT_ID"
name: "X_MS_CLIENT_ID"
nameWithType: "HttpHeaderName.X_MS_CLIENT_ID"
summary: "`x-ms-client-request-id`"
modifiers:
- "static"
- "final"
field:
type: "<xref href=\"com.azure.core.http.HttpHeaderName?alt=com.azure.core.http.HttpHeaderName&text=HttpHeaderName\" data-throw-if-not-resolved=\"False\" />"
syntax: "public static final HttpHeaderName X_MS_CLIENT_ID"
desc: "`x-ms-client-request-id`"
- uid: "com.azure.core.http.HttpHeaderName.X_MS_CLIENT_REQUEST_ID"
fullName: "com.azure.core.http.HttpHeaderName.X_MS_CLIENT_REQUEST_ID"
name: "X_MS_CLIENT_REQUEST_ID"
nameWithType: "HttpHeaderName.X_MS_CLIENT_REQUEST_ID"
summary: "`x-ms-client-request-id`"
modifiers:
- "static"
- "final"
field:
type: "<xref href=\"com.azure.core.http.HttpHeaderName?alt=com.azure.core.http.HttpHeaderName&text=HttpHeaderName\" data-throw-if-not-resolved=\"False\" />"
syntax: "public static final HttpHeaderName X_MS_CLIENT_REQUEST_ID"
desc: "`x-ms-client-request-id`"
- uid: "com.azure.core.http.HttpHeaderName.X_MS_DATE"
fullName: "com.azure.core.http.HttpHeaderName.X_MS_DATE"
name: "X_MS_DATE"
nameWithType: "HttpHeaderName.X_MS_DATE"
summary: "`x-ms-date`"
modifiers:
- "static"
- "final"
field:
type: "<xref href=\"com.azure.core.http.HttpHeaderName?alt=com.azure.core.http.HttpHeaderName&text=HttpHeaderName\" data-throw-if-not-resolved=\"False\" />"
syntax: "public static final HttpHeaderName X_MS_DATE"
desc: "`x-ms-date`"
- uid: "com.azure.core.http.HttpHeaderName.X_MS_REQUEST_ID"
fullName: "com.azure.core.http.HttpHeaderName.X_MS_REQUEST_ID"
name: "X_MS_REQUEST_ID"
nameWithType: "HttpHeaderName.X_MS_REQUEST_ID"
summary: "`x-ms-request-id`"
modifiers:
- "static"
- "final"
field:
type: "<xref href=\"com.azure.core.http.HttpHeaderName?alt=com.azure.core.http.HttpHeaderName&text=HttpHeaderName\" data-throw-if-not-resolved=\"False\" />"
syntax: "public static final HttpHeaderName X_MS_REQUEST_ID"
desc: "`x-ms-request-id`"
- uid: "com.azure.core.http.HttpHeaderName.X_MS_RETRY_AFTER_MS"
fullName: "com.azure.core.http.HttpHeaderName.X_MS_RETRY_AFTER_MS"
name: "X_MS_RETRY_AFTER_MS"
nameWithType: "HttpHeaderName.X_MS_RETRY_AFTER_MS"
summary: "`x-ms-retry-after-ms`"
modifiers:
- "static"
- "final"
field:
type: "<xref href=\"com.azure.core.http.HttpHeaderName?alt=com.azure.core.http.HttpHeaderName&text=HttpHeaderName\" data-throw-if-not-resolved=\"False\" />"
syntax: "public static final HttpHeaderName X_MS_RETRY_AFTER_MS"
desc: "`x-ms-retry-after-ms`"
methods:
- uid: "com.azure.core.http.HttpHeaderName.equals(java.lang.Object)"
fullName: "com.azure.core.http.HttpHeaderName.equals(Object obj)"
name: "equals(Object obj)"
nameWithType: "HttpHeaderName.equals(Object obj)"
overridden: "com.azure.core.util.ExpandableStringEnum.equals(java.lang.Object)"
parameters:
- name: "obj"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html\">Object</a>"
syntax: "public boolean equals(Object obj)"
returns:
type: "<xref href=\"boolean?alt=boolean&text=boolean\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.core.http.HttpHeaderName.fromString(java.lang.String)"
fullName: "com.azure.core.http.HttpHeaderName.fromString(String name)"
name: "fromString(String name)"
nameWithType: "HttpHeaderName.fromString(String name)"
summary: "Gets or creates the <xref uid=\"com.azure.core.http.HttpHeaderName\" data-throw-if-not-resolved=\"false\" data-raw-source=\"HttpHeaderName\"></xref> for the passed `name`."
modifiers:
- "static"
parameters:
- description: "The name."
name: "name"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
syntax: "public static HttpHeaderName fromString(String name)"
desc: "Gets or creates the <xref uid=\"com.azure.core.http.HttpHeaderName\" data-throw-if-not-resolved=\"false\" data-raw-source=\"HttpHeaderName\"></xref> for the passed `name`.\n\nnull will be returned if `name` is null."
returns:
description: "The HttpHeaderName of the passed name, or null if name was null."
type: "<xref href=\"com.azure.core.http.HttpHeaderName?alt=com.azure.core.http.HttpHeaderName&text=HttpHeaderName\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.core.http.HttpHeaderName.getCaseInsensitiveName()"
fullName: "com.azure.core.http.HttpHeaderName.getCaseInsensitiveName()"
name: "getCaseInsensitiveName()"
nameWithType: "HttpHeaderName.getCaseInsensitiveName()"
summary: "Gets the HTTP header name lower cased."
syntax: "public String getCaseInsensitiveName()"
desc: "Gets the HTTP header name lower cased."
returns:
description: "The HTTP header name lower cased."
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- uid: "com.azure.core.http.HttpHeaderName.getCaseSensitiveName()"
fullName: "com.azure.core.http.HttpHeaderName.getCaseSensitiveName()"
name: "getCaseSensitiveName()"
nameWithType: "HttpHeaderName.getCaseSensitiveName()"
summary: "Gets the HTTP header name based on the name passed into <xref uid=\"com.azure.core.http.HttpHeaderName.fromString(java.lang.String)\" data-throw-if-not-resolved=\"false\" data-raw-source=\"#fromString(String)\"></xref>."
syntax: "public String getCaseSensitiveName()"
desc: "Gets the HTTP header name based on the name passed into <xref uid=\"com.azure.core.http.HttpHeaderName.fromString(java.lang.String)\" data-throw-if-not-resolved=\"false\" data-raw-source=\"#fromString(String)\"></xref>."
returns:
description: "The HTTP header name based on the construction of this <xref uid=\"com.azure.core.http.HttpHeaderName\" data-throw-if-not-resolved=\"false\" data-raw-source=\"HttpHeaderName\"></xref>."
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- uid: "com.azure.core.http.HttpHeaderName.hashCode()"
fullName: "com.azure.core.http.HttpHeaderName.hashCode()"
name: "hashCode()"
nameWithType: "HttpHeaderName.hashCode()"
overridden: "com.azure.core.util.ExpandableStringEnum.hashCode()"
syntax: "public int hashCode()"
returns:
type: "<xref href=\"int?alt=int&text=int\" data-throw-if-not-resolved=\"False\" />"
type: "class"
desc: "Represents HTTP header names for multiple versions of HTTP.\n\nThis class encapsulates the name of an HTTP header in a case-insensitive manner. It provides methods to access the case-sensitive and case-insensitive versions of the header name.\n\nIt also provides constants for commonly used HTTP header names. For example, you can use <xref uid=\"com.azure.core.http.HttpHeaderName.CONTENT_TYPE\" data-throw-if-not-resolved=\"false\" data-raw-source=\"#CONTENT_TYPE\"></xref> to get the Content-Type header name, and <xref uid=\"com.azure.core.http.HttpHeaderName.AUTHORIZATION\" data-throw-if-not-resolved=\"false\" data-raw-source=\"#AUTHORIZATION\"></xref> to get the Authorization header name.\n\nThis class is useful when you want to work with the names of HTTP headers in a case-insensitive manner, or when you want to use the predefined constants for commonly used HTTP header names.\n\nNote: This class extends <xref uid=\"com.azure.core.util.ExpandableStringEnum\" data-throw-if-not-resolved=\"false\" data-raw-source=\"ExpandableStringEnum\"></xref>, so it can be used in the same way as other expandable string enums. For example, you can use the <xref uid=\"com.azure.core.http.HttpHeaderName.fromString(java.lang.String)\" data-throw-if-not-resolved=\"false\" data-raw-source=\"#fromString(String)\"></xref> method to get an instance of this class from a string."
metadata: {}
package: "com.azure.core.http"
artifact: com.azure:azure-core:1.52.0