Age | Commit message (Collapse) | Author | |
---|---|---|---|
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 | |