pekko/akka-docs-dev/rst/java/http/routing-dsl/directives/host-directives/index.rst
Patrik Nordwall 3081893bfd =doc #18657 Doc host and path directives
* also including docs of RequestVals.matchAndExtractHost
  and RequestVals.matchAndExtractHost
* and add Host.create factory methods
* add missing HttpRequest PATCH and OPTIONS
* change to val in matchAndExtractHost for
  fail fast exception
2015-10-08 11:50:41 +02:00

15 lines
No EOL
299 B
ReStructuredText

.. _HostDirectives-java:
HostDirectives
==============
HostDirectives allow you to filter requests based on the hostname part of the ``Host`` header
contained in incoming requests as well as extracting its value for usage in inner routes.
.. toctree::
:maxdepth: 1
host
extractHost