Adding the OKResponse definition to the IO reST docs.

This commit is contained in:
Viktor Klang 2012-07-12 17:16:19 +02:00
parent c32d22d7b8
commit 448687d692

View file

@ -234,6 +234,11 @@ And it's companion object:
.. includecode:: code/docs/io/HTTPServer.scala
:include: actor-companion
And the OKResponse:
.. includecode:: code/docs/io/HTTPServer.scala
:include: ok-response
A ``main`` method to start everything up:
.. includecode:: code/docs/io/HTTPServer.scala