MCPcopy Create free account

hub / github.com/deceze/Sphinx-HTTP-domain / types & classes

Types & classes15 in github.com/deceze/Sphinx-HTTP-domain

↓ 1 callersClassNoArgGroupedField
sphinx_http_domain/docfields.py:122
↓ 1 callersClassResponseField
Like a TypedField, but with automatic descriptions. Just like a TypedField, you can use a ResponseField with or without a type::
sphinx_http_domain/docfields.py:11
↓ 1 callersClassdesc_http_fragment
HTTP fragment node. Contained in the URL node.
sphinx_http_domain/nodes.py:262
↓ 1 callersClassdesc_http_method
HTTP method node.
sphinx_http_domain/nodes.py:56
↓ 1 callersClassdesc_http_path
HTTP path node. Contained in the URL node.
sphinx_http_domain/nodes.py:111
↓ 1 callersClassdesc_http_patharg
HTTP path argument node. Contained in the path node. This node is created when {argument} is found inside the path.
sphinx_http_domain/nodes.py:123
↓ 1 callersClassdesc_http_query
HTTP query string node. Contained in the URL node.
sphinx_http_domain/nodes.py:179
↓ 1 callersClassdesc_http_queryparam
HTTP query string parameter node. Contained in the query string node. This node is created for each parameter inside a query string.
sphinx_http_domain/nodes.py:214
↓ 1 callersClassdesc_http_response
HTTP response node.
sphinx_http_domain/nodes.py:302
↓ 1 callersClassdesc_http_url
HTTP URL node.
sphinx_http_domain/nodes.py:89
ClassHTTPDescription
sphinx_http_domain/directives.py:31
ClassHTTPDomain
HTTP language domain.
sphinx_http_domain/__init__.py:28
ClassHTTPMethod
Description of a general HTTP method.
sphinx_http_domain/directives.py:97
ClassHTTPResponse
Description of a general HTTP response.
sphinx_http_domain/directives.py:267
ClassHttpNode
Generic HTTP node.
sphinx_http_domain/nodes.py:11