This commit is contained in:
parent
2836e990cb
commit
6777e7f7d9
9 changed files with 154 additions and 13 deletions
|
|
@ -7,6 +7,7 @@ ParameterDirectives
|
|||
:maxdepth: 1
|
||||
|
||||
parameter
|
||||
parameters
|
||||
parameterMap
|
||||
parameterMultiMap
|
||||
parameterSeq
|
||||
|
|
|
|||
|
|
@ -12,4 +12,5 @@ See :ref:`which-parameter-directive-java` to understand when to use which direct
|
|||
|
||||
Example
|
||||
-------
|
||||
TODO: Example snippets for JavaDSL are subject to community contributions! Help us complete the docs, read more about it here: `write example snippets for Akka HTTP Java DSL #20466 <https://github.com/akka/akka/issues/20466>`_.
|
||||
|
||||
.. includecode:: ../../../../code/docs/http/javadsl/server/directives/ParameterDirectivesExamplesTest.java#parameter
|
||||
|
|
|
|||
|
|
@ -12,4 +12,5 @@ See also :ref:`which-parameter-directive-java` to understand when to use which d
|
|||
|
||||
Example
|
||||
-------
|
||||
TODO: Example snippets for JavaDSL are subject to community contributions! Help us complete the docs, read more about it here: `write example snippets for Akka HTTP Java DSL #20466 <https://github.com/akka/akka/issues/20466>`_.
|
||||
|
||||
.. includecode:: ../../../../code/docs/http/javadsl/server/directives/ParameterDirectivesExamplesTest.java#parameterMap
|
||||
|
|
|
|||
|
|
@ -17,4 +17,5 @@ See :ref:`which-parameter-directive-java` to understand when to use which direct
|
|||
|
||||
Example
|
||||
-------
|
||||
TODO: Example snippets for JavaDSL are subject to community contributions! Help us complete the docs, read more about it here: `write example snippets for Akka HTTP Java DSL #20466 <https://github.com/akka/akka/issues/20466>`_.
|
||||
|
||||
.. includecode:: ../../../../code/docs/http/javadsl/server/directives/ParameterDirectivesExamplesTest.java#parameterMultiMap
|
||||
|
|
|
|||
|
|
@ -13,4 +13,5 @@ See :ref:`which-parameter-directive-java` to understand when to use which direct
|
|||
|
||||
Example
|
||||
-------
|
||||
TODO: Example snippets for JavaDSL are subject to community contributions! Help us complete the docs, read more about it here: `write example snippets for Akka HTTP Java DSL #20466 <https://github.com/akka/akka/issues/20466>`_.
|
||||
|
||||
.. includecode:: ../../../../code/docs/http/javadsl/server/directives/ParameterDirectivesExamplesTest.java#parameterSeq
|
||||
|
|
|
|||
|
|
@ -0,0 +1,15 @@
|
|||
.. _-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
|
||||
Loading…
Add table
Add a link
Reference in a new issue