We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
bytes
_RequestData
1 parent 74ccb96 commit 7533b61Copy full SHA for 7533b61
1 file changed
starlette/testclient.py
@@ -46,7 +46,7 @@
46
ASGI3App = typing.Callable[[Scope, Receive, Send], typing.Awaitable[None]]
47
48
49
-_RequestData = typing.Mapping[str, typing.Union[str, typing.Iterable[str]]]
+_RequestData = typing.Mapping[str, typing.Union[str, typing.Iterable[str], bytes]]
50
51
52
def _is_asgi3(app: ASGI2App | ASGI3App) -> TypeGuard[ASGI3App]:
0 commit comments