sphinx-http-domain is a Sphinx plugin to add an HTTP domain, allowing the documentation of RESTful HTTP methods.You can document simple methods, wrap any arguments in the path with curly-braces:.. http:method:: GET /api/foo/bar/{id}/{slug} :arg id:...