Skip to content

Commit

Permalink
Merge branch 'main' into middleware-builtin-usage
Browse files Browse the repository at this point in the history
  • Loading branch information
Alc-Alc authored Oct 19, 2024
2 parents 54bd9a5 + 0e32aae commit 0797d2a
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions docs/reference/types.rst
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
types
=====

.. py:currentmodule:: litestar.types
.. module:: litestar.types



Expand Down Expand Up @@ -58,15 +58,15 @@ ASGI Application Parameters
ASGI Scopes
~~~~~~~~~~~~

.. autodata:: litestar.types.ASGIVersion
.. autoclass:: litestar.types.ASGIVersion

.. autodata:: litestar.types.BaseScope
.. autoclass:: litestar.types.BaseScope

.. autodata:: litestar.types.HTTPScope
.. autoclass:: litestar.types.HTTPScope

.. autodata:: litestar.types.LifeSpanScope
.. autoclass:: litestar.types.LifeSpanScope

.. autodata:: litestar.types.WebSocketScope
.. autoclass:: litestar.types.WebSocketScope


ASGI Events
Expand Down

0 comments on commit 0797d2a

Please sign in to comment.