Interface HttpHeaders

All Superinterfaces:
HttpHeaders
All Known Implementing Classes:
ClientRequest, ContainerRequest

public interface HttpHeaders extends HttpHeaders
Additional HTTP headers that are not listed in Jakarta REST HttpHeaders.
  • Field Details

    • ACCEPT_RANGES

      static final String ACCEPT_RANGES
      See {@link <a href="https://www.rfc-editor.org/rfc/rfc9110#name-accept-ranges">HTTP Semantics documentation}
      See Also:
    • ACCEPT_PATCH

      static final String ACCEPT_PATCH
      See {@link <a href="https://www.ietf.org/rfc/rfc5789.txt">PATCH Method for HTTP}
      See Also:
    • AGE

      static final String AGE
      See {@link <a href="https://www.rfc-editor.org/rfc/rfc9111#field.age">HTTP Caching}
      See Also:
    • CONNECTION

      static final String CONNECTION
      See {@link <a href="https://www.rfc-editor.org/rfc/rfc9110#name-connection">HTTP Semantics documentation}
      See Also:
    • CONTENT_RANGE

      static final String CONTENT_RANGE
      See {@link <a href="https://www.rfc-editor.org/rfc/rfc9110#name-content-range">HTTP Semantics documentation}
      See Also:
    • EXPECT

      static final String EXPECT
      See {@link <a href="https://www.rfc-editor.org/rfc/rfc9110#name-expect">HTTP Semantics documentation}
      See Also:
    • FORWARDED

      static final String FORWARDED
      See {@link <a href="https://www.rfc-editor.org/rfc/rfc7239.html">Forwarded HTTP Extension}
      See Also:
    • FROM

      static final String FROM
      See {@link <a href="https://www.rfc-editor.org/rfc/rfc9110#name-from">HTTP Semantics documentation}
      See Also:
    • IF_RANGE

      static final String IF_RANGE
      See {@link <a href="https://www.rfc-editor.org/rfc/rfc9110#name-if-range">HTTP Semantics documentation}
      See Also:
    • MAX_FORWARDS

      static final String MAX_FORWARDS
      See {@link <a href="https://www.rfc-editor.org/rfc/rfc9110#name-max-forwards">HTTP Semantics documentation}
      See Also:
    • MIME_VERSION

      static final String MIME_VERSION
      See {@link <a href="https://www.rfc-editor.org/rfc/rfc2045.txt">(MIME) Part One: Format of Internet Message Bodies}
      See Also:
    • ORIGIN

      static final String ORIGIN
      See {@link <a href="https://datatracker.ietf.org/doc/html/rfc6454">The Web Origin Concept}
      See Also:
    • PROXY_AUTHENTICATE

      static final String PROXY_AUTHENTICATE
      See {@link <a href="https://www.rfc-editor.org/rfc/rfc9110#name-proxy-authenticate">HTTP Semantics documentation}
      See Also:
    • PROXY_AUTHORIZATION

      static final String PROXY_AUTHORIZATION
      See {@link <a href="https://www.rfc-editor.org/rfc/rfc9110#name-proxy-authorization">HTTP Semantics documentation}
      See Also:
    • PROXY_AUTHENTICATION_INFO

      static final String PROXY_AUTHENTICATION_INFO
      See {@link <a href="https://www.rfc-editor.org/rfc/rfc9110#name-proxy-authentication-info">HTTP Semantics documentation}
      See Also:
    • PROXY_CONNECTION

      static final String PROXY_CONNECTION
      See {@link <a href="https://www.rfc-editor.org/rfc/rfc9112.html#name-keep-alive-connections">HTTP/1.1 documentation}
      See Also:
    • RANGE

      static final String RANGE
      See {@link <a href="https://www.rfc-editor.org/rfc/rfc9110#name-range">HTTP Semantics documentation}
      See Also:
    • REFERER

      static final String REFERER
      See {@link <a href="https://www.rfc-editor.org/rfc/rfc9110#name-referer">HTTP Semantics documentation}
      See Also:
    • SERVER

      static final String SERVER
      See {@link <a href="https://www.rfc-editor.org/rfc/rfc9110#name-server">HTTP Semantics documentation}
      See Also:
    • TE

      static final String TE
      See {@link <a href="https://www.rfc-editor.org/rfc/rfc9110#name-te">HTTP Semantics documentation}
      See Also:
    • TRAILER

      static final String TRAILER
      See {@link <a href="https://www.rfc-editor.org/rfc/rfc9110#name-trailer">HTTP Semantics documentation}
      See Also:
    • TRANSFER_ENCODING

      static final String TRANSFER_ENCODING
      See {@link <a href="https://www.rfc-editor.org/rfc/rfc9112#name-transfer-encoding">HTTP Semantics documentation}
      See Also:
    • UPGRADE

      static final String UPGRADE
      See {@link <a href="https://www.rfc-editor.org/rfc/rfc9110#name-upgrade">HTTP Semantics documentation}
      See Also:
    • VIA

      static final String VIA
      See {@link <a href="https://www.rfc-editor.org/rfc/rfc9110#name-via">HTTP Semantics documentation}
      See Also: