+doc #20466 example snippet for akka http java dsl: CodingDirectives (#20718)

This commit is contained in:
Hawstein 2016-06-06 03:31:28 +08:00 committed by Konrad Malawski
parent ab83603733
commit 16e8f8f54a
6 changed files with 166 additions and 5 deletions

View file

@ -14,6 +14,7 @@ If the ``Accept-Encoding`` header is missing or empty or specifies an encoding o
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/CodingDirectivesExamplesTest.java#encodeResponse
.. _RFC7231: http://tools.ietf.org/html/rfc7231#section-5.3.4