Data Structures | |
class | CORSRef |
class | DocRef |
class | EventSourceRef |
class | HTTPAny |
class | HTTPConnect |
class | HTTPCopy |
class | HTTPDelete |
class | HTTPDomain |
class | HTTPGet |
class | HTTPHead |
class | HTTPIndex |
class | HTTPLexer |
class | HTTPOptions |
class | HTTPPatch |
class | HTTPPost |
class | HTTPPut |
class | HTTPResource |
class | HTTPTrace |
class | HTTPXRefHeaderRole |
class | HTTPXRefMethodRole |
class | HTTPXRefRole |
class | HTTPXRefStatusRole |
class | IETFRef |
class | RFC2616Ref |
Functions | |
def | sort_by_method (entries) |
def | http_resource_anchor (method, path) |
def | setup (app) |
Variables | |
dictionary | _doctree_cache = {} |
dictionary | METHOD_REFS |
dictionary | HEADER_REFS |
dictionary | HTTP_STATUS_CODES |
list | WEBDAV_STATUS_CODES = [207, 422, 423, 424, 507] |
http_sig_param_re | |
sphinxcontrib.httpdomain ~~~~~~~~~~~~~~~~~~~~~~~~ The HTTP domain for documenting RESTful HTTP APIs. :copyright: Copyright 2011 by Hong Minhee :license: BSD, see LICENSE for details.
def httpdomain.httpdomain.sort_by_method | ( | entries | ) |
Definition at line 243 of file httpdomain.py.
Referenced by httpdomain.httpdomain.HTTPIndex.generate().
def httpdomain.httpdomain.http_resource_anchor | ( | method, | |
path | |||
) |
Definition at line 254 of file httpdomain.py.
Referenced by httpdomain.httpdomain.HTTPResource.add_target_and_index(), httpdomain.httpdomain.HTTPIndex.generate(), httpdomain.httpdomain.HTTPDomain.get_objects(), and httpdomain.httpdomain.HTTPDomain.resolve_xref().
def httpdomain.httpdomain.setup | ( | app | ) |
Definition at line 762 of file httpdomain.py.
|
private |
Definition at line 36 of file httpdomain.py.
dictionary httpdomain.httpdomain.METHOD_REFS |
Definition at line 89 of file httpdomain.py.
dictionary httpdomain.httpdomain.HEADER_REFS |
Definition at line 106 of file httpdomain.py.
dictionary httpdomain.httpdomain.HTTP_STATUS_CODES |
Definition at line 179 of file httpdomain.py.
list httpdomain.httpdomain.WEBDAV_STATUS_CODES = [207, 422, 423, 424, 507] |
Definition at line 237 of file httpdomain.py.
httpdomain.httpdomain.http_sig_param_re |
Definition at line 239 of file httpdomain.py.