Update ASGI draft spec: http.disconnect gains a path key (#326)

This commit is contained in:
Steven Davidson 2016-08-30 17:09:04 +01:00 committed by Andrew Godwin
parent 0f579608a3
commit a23810e0fa

View File

@ -704,6 +704,9 @@ Keys:
* ``reply_channel``: Channel name responses would have been sent on. No longer
valid after this message is sent; all messages to it will be dropped.
* ``path``: Unicode string HTTP path from URL, with percent escapes decoded
and UTF8 byte sequences decoded into characters.
WebSocket