summaryrefslogtreecommitdiff
path: root/examples/http_upload.py
AgeCommit message (Collapse)Author
2021-02-24examples: add oob to httpupload examplemathieui
many people ask how to do this, might as well do this by default
2021-02-05examples: rewrite copyright noticesmathieui
2018-10-27typoFlorian Klien
2018-10-27examples: Add the possibility to use another HTTP File Upload domain.Emmanuel Gil Peyrot
2018-10-27fixing uncaught async exceptions due to missing awaitFlorian Klien
fixes uncaught exceptions in the event loop. passing timeout and timeout_callback through.
2018-10-09examples: Remove unused asyncio imports.Emmanuel Gil Peyrot
2018-08-19examples, tests: Replace all @asyncio.coroutines with proper async functions.Emmanuel Gil Peyrot
2018-03-08Simplify usage of HTTP File Upload plugin.Emmanuel Gil Peyrot
This makes it usable only on Python 3.5, as documented.
2018-03-08Add max-file-size support to HTTP File Upload example.Emmanuel Gil Peyrot
2018-03-08Add an HTTP File Upload example.Emmanuel Gil Peyrot