Skip to content

Commit 2e411bf

Browse files
Update stubs/httpretty/httpretty/core.pyi
Co-authored-by: Semyon Moroz <donbarbos@proton.me>
1 parent 28ef155 commit 2e411bf

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

stubs/httpretty/httpretty/core.pyi

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ class HTTPrettyRequest(HttpBaseClass):
2424
raw_headers: str
2525
path: str
2626
querystring: dict[str, list[str]]
27-
parsed_body: Any
27+
parsed_body: Any # It can be any object after parsing raw (str) body
2828
created_at: float
2929
def __init__(
3030
self, headers: str | bytes, body: _Body = "", sock: object | None = None, path_encoding: str = "iso-8859-1"

0 commit comments

Comments
 (0)