pekko/akka-docs/rst/java/http/routing-dsl/directives/header-directives/index.rst
tjugo 0eda4075ef +htp #20535 add checkSameOrigin directive to HeaderDirectives (#20560)
*  #20535 add checkSameOrigin directive to WebSocketDirectives

* refactoring + add docs

* refactoring + cleanup in docs

* fix types and conversions in the InvalidOriginHeaderRejection

* simplify InvalidOriginHeaderRejection to InvalidOriginRejection
2016-06-02 11:58:20 +02:00

20 lines
443 B
ReStructuredText

.. _HeaderDirectives-java:
HeaderDirectives
================
Header directives can be used to extract header values from the request. To change
response headers use one of the :ref:`RespondWithDirectives-java`.
.. toctree::
:maxdepth: 1
headerValue
headerValueByName
headerValueByType
headerValuePF
optionalHeaderValue
optionalHeaderValueByName
optionalHeaderValueByType
optionalHeaderValuePF
checkSameOrigin