-
Notifications
You must be signed in to change notification settings - Fork 1.5k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
3 changed files
with
27 additions
and
49 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -7,8 +7,7 @@ API Reference | |
:synopsis: WSGI micro framework | ||
.. moduleauthor:: Marcel Hellkamp <[email protected]> | ||
|
||
This is a mostly auto-generated API. If you are new to bottle, you might find the | ||
narrative :doc:`tutorial` more helpful. | ||
Bottle prides itself on having source code that is easy to read and follow, so most questions about APIs or inner workings can be answered quickly by inspecting sources. Your IDE should give you the same information you'll find on this page, as most of it is auto-generates from docstrings and method signatures anyway. If you are new to bottle, you may find the :doc:`tutorial` more helpful as a starting point. | ||
|
||
|
||
|
||
|
@@ -31,7 +30,6 @@ The module defines several functions, constants, and an exception. | |
.. autofunction:: run | ||
|
||
|
||
|
||
Global decorators | ||
================= | ||
|
||
|
@@ -55,6 +53,7 @@ and decorators. All of those have a corresponding method on the :class:`Bottle` | |
.. autofunction:: hook | ||
|
||
|
||
|
||
Request Context | ||
=============== | ||
|
||
|
@@ -65,8 +64,8 @@ The global :data:`request` and :data:`response` instances are only valid from wi | |
.. autodata:: response | ||
|
||
|
||
Utilities | ||
========= | ||
Helper Functions | ||
================ | ||
|
||
.. autofunction:: abort | ||
|
||
|
@@ -75,8 +74,6 @@ Utilities | |
.. autofunction:: static_file | ||
|
||
|
||
|
||
|
||
Exceptions | ||
========== | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.