summaryrefslogtreecommitdiffhomepage
path: root/test/python/body_bytearray/asgi.py (unfollow)
AgeCommit message (Collapse)AuthorFilesLines
2024-02-21Python: bytearray body support for ASGI module.Andrei Zeliankou1-0/+1
@filiphanes requested support for bytearray and memoryview in the request body here: <https://github.com/nginx/unit/issues/648> This patch implements bytearray body support only. Memoryview body still need to be implemented.
2021-04-05Tests: style.Andrei Zeliankou1-11/+8
2020-10-01Tests: added ASGI HTTP applications.Max Romanov1-0/+22