From c5566611d2baafba92c42845506d8baa6ab49e34 Mon Sep 17 00:00:00 2001 From: Livio Ribeiro Date: Thu, 2 Jan 2025 08:10:59 -0300 Subject: [PATCH] add `Body` to __all__ in requests.py --- src/asgikit/requests.py | 1 + 1 file changed, 1 insertion(+) diff --git a/src/asgikit/requests.py b/src/asgikit/requests.py index 95a6aae..ba59d87 100644 --- a/src/asgikit/requests.py +++ b/src/asgikit/requests.py @@ -24,6 +24,7 @@ from asgikit.websockets import WebSocket __all__ = ( + "Body", "Request", "read_body", "read_text",