+doc #20466 akka http javadsl - add debugging directive test (#20651)

* akka http javadsl - add debugging directive test

* fixes line breaks
This commit is contained in:
Fabian Gutierrez 2016-05-30 10:47:45 +02:00 committed by Konrad Malawski
parent 9be0ea6c11
commit 2b60f5fcbf
4 changed files with 134 additions and 3 deletions

View file

@ -16,4 +16,4 @@ Use ``logResult`` for logging the response, or ``logRequestResult`` for logging
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/DebuggingDirectivesExamplesTest.java#logRequest

View file

@ -13,4 +13,4 @@ See :ref:`-logRequest-java-` for the general description how these directives wo
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/DebuggingDirectivesExamplesTest.java#logRequestResult

View file

@ -13,4 +13,4 @@ Use ``logRequest`` for logging the request, or ``logRequestResult`` for logging
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/DebuggingDirectivesExamplesTest.java#logResult