chore(docs): Fix warnings
This commit is contained in:
@@ -9,14 +9,6 @@ a 3xx (Redirection) response to the client. Raising one of these
|
||||
classes short-circuits request processing in a manner similar to
|
||||
raising an instance or subclass of :py:class:`~.HTTPError`
|
||||
|
||||
|
||||
Base Class
|
||||
----------
|
||||
|
||||
.. autoclass:: falcon.http_status.HTTPStatus
|
||||
:members:
|
||||
|
||||
|
||||
Redirects
|
||||
---------
|
||||
|
||||
|
||||
@@ -1,12 +0,0 @@
|
||||
.. Coming soon! sinks, serialization hooks, etc., server error stream, static file serving, file upload, etc.
|
||||
.. if 'wsgi.file_wrapper' in environ:
|
||||
.. multiple hooks per resource
|
||||
.. after hooks
|
||||
.. error responses for auth - 404 ?
|
||||
.. error hooks
|
||||
.. document all the individual error classes?
|
||||
.. stacked hooks
|
||||
.. auth whitelist
|
||||
.. processing file uploads from forms
|
||||
.. static file serving
|
||||
.. wsgi middleware
|
||||
@@ -1,8 +0,0 @@
|
||||
.. _deployment:
|
||||
|
||||
Deploying Your Web API
|
||||
======================
|
||||
|
||||
[talk about, diagram async, host, etc.]
|
||||
|
||||
[async front, async to backend options - asyncio, gevent, etc.]
|
||||
Reference in New Issue
Block a user