Skip to content

Commit

Permalink
Added missing HTTPResponseTrailersEvent to ASGISendEvent
Browse files Browse the repository at this point in the history
  • Loading branch information
Kludex committed Nov 6, 2022
1 parent 3b5aaff commit 9acb1a2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions asgiref/typing.py
Original file line number Diff line number Diff line change
Expand Up @@ -210,6 +210,7 @@ class LifespanShutdownFailedEvent(TypedDict):
ASGISendEvent = Union[
HTTPResponseStartEvent,
HTTPResponseBodyEvent,
HTTPResponseTrailersEvent,
HTTPServerPushEvent,
HTTPDisconnectEvent,
WebSocketAcceptEvent,
Expand Down

0 comments on commit 9acb1a2

Please sign in to comment.