summaryrefslogtreecommitdiffhomepage
path: root/test/python/body_bytearray (follow)
AgeCommit message (Collapse)AuthorFilesLines
2024-02-21Python: bytearray body support for ASGI module.Andrei Zeliankou1-0/+20
@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.