Package io.fusionauth.http
Class HTTPValues.Headers
java.lang.Object
io.fusionauth.http.HTTPValues.Headers
- Enclosing class:
HTTPValues
Header names.
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final StringThe Access-Control-Allow-Credentials header indicates whether the response to request can be exposed when the omit credentials flag is unset.static final StringThe Access-Control-Allow-Headers header indicates, as part of the response to a preflight request, which header field names can be used during the actual request.static final StringThe Access-Control-Allow-Methods header indicates, as part of the response to a preflight request, which methods can be used during the actual request.static final StringThe Access-Control-Allow-Origin header indicates whether a resource can be shared based by returning the value of the Origin request header in the response.static final StringThe Access-Control-Expose-Headers header indicates which headers are safe to expose to the API of a CORS API specificationstatic final StringThe Access-Control-Max-Age header indicates how long the results of a preflight request can be cached in a preflight result cache.static final StringThe Access-Control-Request-Headers header indicates which headers will be used in the actual request as part of the preflight request.static final StringThe Access-Control-Request-Method header indicates which method will be used in the actual request as part of the preflight request.static final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final StringThe Origin header indicates where the cross-origin request or preflight request originates from.static final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final String -
Method Summary
-
Field Details
-
AcceptEncoding
- See Also:
-
AcceptEncodingLower
- See Also:
-
AcceptLanguage
- See Also:
-
AcceptLanguageLower
- See Also:
-
AccessControlAllowCredentials
The Access-Control-Allow-Credentials header indicates whether the response to request can be exposed when the omit credentials flag is unset. When part of the response to a preflight request it indicates that the actual request can include user credentials.- See Also:
-
AccessControlAllowHeaders
The Access-Control-Allow-Headers header indicates, as part of the response to a preflight request, which header field names can be used during the actual request.- See Also:
-
AccessControlAllowMethods
The Access-Control-Allow-Methods header indicates, as part of the response to a preflight request, which methods can be used during the actual request.- See Also:
-
AccessControlAllowOrigin
The Access-Control-Allow-Origin header indicates whether a resource can be shared based by returning the value of the Origin request header in the response.- See Also:
-
AccessControlExposeHeaders
The Access-Control-Expose-Headers header indicates which headers are safe to expose to the API of a CORS API specification- See Also:
-
AccessControlMaxAge
The Access-Control-Max-Age header indicates how long the results of a preflight request can be cached in a preflight result cache.- See Also:
-
AccessControlRequestHeaders
The Access-Control-Request-Headers header indicates which headers will be used in the actual request as part of the preflight request.- See Also:
-
AccessControlRequestMethod
The Access-Control-Request-Method header indicates which method will be used in the actual request as part of the preflight request.- See Also:
-
CacheControl
- See Also:
-
Connection
- See Also:
-
ContentDispositionLower
- See Also:
-
ContentEncoding
- See Also:
-
ContentLength
- See Also:
-
ContentLengthLower
- See Also:
-
ContentType
- See Also:
-
ContentTypeLower
- See Also:
-
Cookie
- See Also:
-
CookieLower
- See Also:
-
Date
- See Also:
-
Expect
- See Also:
-
Expires
- See Also:
-
Host
- See Also:
-
HostLower
- See Also:
-
IfModifiedSince
- See Also:
-
LastModified
- See Also:
-
Location
- See Also:
-
MethodOverride
- See Also:
-
Origin
The Origin header indicates where the cross-origin request or preflight request originates from.- See Also:
-
Referer
- See Also:
-
RetryAfter
- See Also:
-
SetCookie
- See Also:
-
TransferEncoding
- See Also:
-
UserAgent
- See Also:
-
Vary
- See Also:
-
XForwardedFor
- See Also:
-
XForwardedHost
- See Also:
-
XForwardedPort
- See Also:
-
XForwardedProto
- See Also:
-