Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/deceze/Sphinx-HTTP-domain
/ types & classes
Types & classes
15 in github.com/deceze/Sphinx-HTTP-domain
⨍
Functions
87
◇
Types & classes
15
↓ 1 callers
Class
NoArgGroupedField
sphinx_http_domain/docfields.py:122
↓ 1 callers
Class
ResponseField
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 callers
Class
desc_http_fragment
HTTP fragment node. Contained in the URL node.
sphinx_http_domain/nodes.py:262
↓ 1 callers
Class
desc_http_method
HTTP method node.
sphinx_http_domain/nodes.py:56
↓ 1 callers
Class
desc_http_path
HTTP path node. Contained in the URL node.
sphinx_http_domain/nodes.py:111
↓ 1 callers
Class
desc_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 callers
Class
desc_http_query
HTTP query string node. Contained in the URL node.
sphinx_http_domain/nodes.py:179
↓ 1 callers
Class
desc_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 callers
Class
desc_http_response
HTTP response node.
sphinx_http_domain/nodes.py:302
↓ 1 callers
Class
desc_http_url
HTTP URL node.
sphinx_http_domain/nodes.py:89
Class
HTTPDescription
sphinx_http_domain/directives.py:31
Class
HTTPDomain
HTTP language domain.
sphinx_http_domain/__init__.py:28
Class
HTTPMethod
Description of a general HTTP method.
sphinx_http_domain/directives.py:97
Class
HTTPResponse
Description of a general HTTP response.
sphinx_http_domain/directives.py:267
Class
HttpNode
Generic HTTP node.
sphinx_http_domain/nodes.py:11