:orphan: .. title:: Quart-Rate-Limiter documentation Quart-Rate-Limiter ================== Quart-Rate-Limiter is an extension for `Quart `_ to allow for rate limits to be defined and enforced on a per route basis. The 429 error response includes a `RFC7231 `_ compliant ``Retry-After`` header and the successful responses contain headers compliant with the `RateLimit Header Fields for HTTP `_ RFC draft. If you are, * new to Quart-Rate-Limiter then try the :ref:`quickstart`, * new to Quart then try the `Quart documentation `_, Quart-Rate-Limiter is developed on `GitHub `_. If you come across an issue, or have a feature request please open an `issue `_. If you want to contribute a fix or the feature-implementation please do (typo fixes welcome), by proposing a `merge request `_. If you want to ask for help try `on gitter `_. Tutorials --------- .. toctree:: :maxdepth: 2 tutorials/index.rst How to guides ------------- .. toctree:: :maxdepth: 2 how_to_guides/index.rst Discussion ---------- .. toctree:: :maxdepth: 2 discussion/index.rst References ---------- .. toctree:: :maxdepth: 2 reference/index.rst