Created
October 17, 2018 05:40
-
-
Save Bogdanp/8c1969d1466431ad68111b6ebdeed627 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
import typing | |
class Request(typing.NamedTuple): | |
method: str | |
path: str | |
headers: typing.Mapping[str, str] |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment