pekko/akka-docs/rst/java/http/routing-dsl/directives/parameter-directives/parameters.rst
Konrad Malawski 77513c41d4 Document handling blocking ops in ScalaDSL Akka HTTP (#20912)
* +doc Added doc handling blocking operations #20066 (by @ktoso)

* Move and rewrite handling blocking ops somewhat
2016-07-08 14:05:49 +02:00

15 lines
354 B
ReStructuredText

.. _-parameters-java-:
parameters
==========
Extracts multiple *query* parameter values from the request.
Description
-----------
See :ref:`which-parameter-directive-java` to understand when to use which directive.
Example
-------
.. includecode:: ../../../../code/docs/http/javadsl/server/directives/ParameterDirectivesExamplesTest.java#parameters