Commit graph

18 commits

Author SHA1 Message Date
74c64c2bd7 Reduce dependencies from futures 2021-09-05 19:37:13 -05:00
9cc2cea743 Update to actix-web 4 beta 3 2021-02-10 14:23:19 -06:00
839ba65ee9 Stable release 2020-09-14 10:38:54 -05:00
eefb669e0d Switch to tracing 2020-06-14 13:39:12 -05:00
2a69e0a4a3 Permit concurrency in uploads 2020-06-14 12:19:05 -05:00
a94292bba2 Avoid unneeded clones 2020-06-05 22:27:27 -05:00
ebd59278fd Add optional saved_as PathBuf 2020-06-05 22:14:42 -05:00
0deb486d99 Middleware-based approach 2020-06-05 21:47:42 -05:00
95ef512a93 Prepare actix-web 3.0 version
This is still broken because there's no 3.0-compatible multipart release
2020-05-15 11:59:31 -05:00
a1ac05648d
Update for latest Actix version
- Dump Futures CpuPool and Futures FS due to weird panic
 - Remove futures executor from Form, use Actix built-in threadpool and
   runtime
 - Update parsing for latest actix multipart impl
2019-05-09 18:32:32 -05:00
Arlo (Hyena)
32fbd71d03 Fix Content-Disposition header for non-latin characters (#1) 2019-01-19 14:49:26 +00:00
f1aea84569 Bump dependencies 2018-10-09 18:35:10 -05:00
Syfaro
2c535388a9 Allow for building on Windows. 2018-06-04 03:14:04 -05:00
Riley Trautman
b73b05a663 Update for stable 2018-04-30 15:44:45 -05:00
Riley Trautman
68c2c45b62 Add Bytes field, add docs, and reorganize 2018-04-30 15:24:01 -05:00
asonix
0f681ca903 Move types to types.rs 2018-04-29 18:15:00 -05:00
asonix
7714fba5b5 Expose aliases 2018-04-29 18:05:06 -05:00
asonix
a98ac8b2a8 Initial multipart formdata library
This handles servers, not clients
2018-04-29 17:31:06 -05:00