Age | Commit message (Collapse) | Author | |
---|---|---|---|
2022-03-20 | setup.py: add cryptography in extras_require; update example | Maxime “pep” Buquet | |
Signed-off-by: Maxime “pep” Buquet <pep@bouah.net> | |||
2022-03-19 | examples/http_upload.py: Add --encrypt parameter to send encrypted files | Maxime “pep” Buquet | |
Signed-off-by: Maxime “pep” Buquet <pep@bouah.net> | |||
2022-03-19 | examples/http_upload: Add some typing | Maxime “pep” Buquet | |
Signed-off-by: Maxime “pep” Buquet <pep@bouah.net> | |||
2021-02-24 | examples: add oob to httpupload example | mathieui | |
many people ask how to do this, might as well do this by default | |||
2021-02-05 | examples: rewrite copyright notices | mathieui | |
2018-10-27 | typo | Florian Klien | |
2018-10-27 | examples: Add the possibility to use another HTTP File Upload domain. | Emmanuel Gil Peyrot | |
2018-10-27 | fixing uncaught async exceptions due to missing await | Florian Klien | |
fixes uncaught exceptions in the event loop. passing timeout and timeout_callback through. | |||
2018-10-09 | examples: Remove unused asyncio imports. | Emmanuel Gil Peyrot | |
2018-08-19 | examples, tests: Replace all @asyncio.coroutines with proper async functions. | Emmanuel Gil Peyrot | |
2018-03-08 | Simplify usage of HTTP File Upload plugin. | Emmanuel Gil Peyrot | |
This makes it usable only on Python 3.5, as documented. | |||
2018-03-08 | Add max-file-size support to HTTP File Upload example. | Emmanuel Gil Peyrot | |
2018-03-08 | Add an HTTP File Upload example. | Emmanuel Gil Peyrot | |