Skip to content

Commit

Permalink
Update HTTP spec: correct scope.asgi.spec_version (#465)
Browse files Browse the repository at this point in the history
  • Loading branch information
lazorchakp authored Aug 8, 2024
1 parent 29c4d92 commit b7aaa79
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions specs/www.rst
Original file line number Diff line number Diff line change
Expand Up @@ -90,8 +90,8 @@ The *connection scope* information passed in ``scope`` contains:
* ``asgi["version"]`` (*Unicode string*) -- Version of the ASGI spec.

* ``asgi["spec_version"]`` (*Unicode string*) -- Version of the ASGI
HTTP spec this server understands; one of ``"2.0"``, ``"2.1"``, ``"2.2"`` or
``"2.3"``. Optional; if missing assume ``2.0``.
HTTP spec this server understands; for example: ``"2.0"``, ``"2.1"``, ``"2.2"``,
etc. Optional; if missing assume ``"2.0"``.

* ``http_version`` (*Unicode string*) -- One of ``"1.0"``, ``"1.1"`` or ``"2"``.

Expand Down

0 comments on commit b7aaa79

Please sign in to comment.