From 448687d692bc885785d0d12d1d716cabbb4d68f0 Mon Sep 17 00:00:00 2001 From: Viktor Klang Date: Thu, 12 Jul 2012 17:16:19 +0200 Subject: [PATCH] Adding the OKResponse definition to the IO reST docs. --- akka-docs/scala/io.rst | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/akka-docs/scala/io.rst b/akka-docs/scala/io.rst index 9063e010f5..ba12324aa5 100644 --- a/akka-docs/scala/io.rst +++ b/akka-docs/scala/io.rst @@ -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