From d03988e1f5476a32598e520d5238120355ba654f Mon Sep 17 00:00:00 2001 From: Stein Magnus Jodal Date: Thu, 22 May 2014 20:54:16 +0200 Subject: [PATCH] http: Update docs todos --- docs/api/http-server.rst | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/docs/api/http-server.rst b/docs/api/http-server.rst index 2d5b6a17..db10d979 100644 --- a/docs/api/http-server.rst +++ b/docs/api/http-server.rst @@ -4,8 +4,9 @@ HTTP server side API ******************** -TODO: Describe how this is used. Consider splitting this page into multiple -pages. +TODO: Describe how this is used. +TODO: Static web client example. +TODO: WSGI app example. .. autoclass:: mopidy.http.Router :members: