about summary refs log tree commit diff
path: root/src/request.py
AgeCommit message (Collapse)Author
2024-08-26Small changesUltraQbik
2024-08-26Reworking file fetchingUltraQbik
2024-08-26I guess typing.Generator is deprecated?UltraQbik
2024-08-25Add UTF-8 supportUltraQbik
Probably useful to have it
2024-08-24Remove response data stream requirementUltraQbik
2024-08-24Update to data streamsUltraQbik
Instead of sending full files, and therefore storing them in ram (which is not always possible), send data in chunks of 64KiB
2024-08-23Remove some thingsUltraQbik
2024-08-23Update docsUltraQbik
2024-08-23Update API and response classUltraQbik
2024-08-23Update response classUltraQbik
2024-08-23remove useless codeUltraQbik
2024-08-23Add responseUltraQbik
2024-08-23Basic responses workingUltraQbik
2024-08-22Move thing upUltraQbik
2024-08-22Update path handling and API partUltraQbik
2024-08-21Carry Request class to a separate .py fileUltraQbik