Commit graph

16 commits

Author SHA1 Message Date
20f80df9fd Attempt to drain multipart before returning errors 2023-07-16 13:49:21 -05:00
46e5834b60 Ensure error is Send 2023-06-01 17:16:23 -05:00
c5265d286e Move to extractor pattern 2022-09-07 18:38:10 -05:00
d83b0ad464 Don't include generic in error type 2021-09-13 20:45:09 -05:00
1e635ce27c Don't force smuggling of user's error inside actix_web::Error 2021-09-13 20:13:48 -05:00
a745cdd1b4 Update to latest betas 2021-06-19 14:17:10 -05:00
a317f1eabe Update actix deps 2021-04-17 14:34:12 -05:00
839ba65ee9 Stable release 2020-09-14 10:38:54 -05:00
2a69e0a4a3 Permit concurrency in uploads 2020-06-14 12:19:05 -05:00
41efb3153d Add support for error transformation 2020-06-13 13:50:51 -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
f1aea84569 Bump dependencies 2018-10-09 18:35:10 -05:00
Riley Trautman
68c2c45b62 Add Bytes field, add docs, and reorganize 2018-04-30 15:24:01 -05:00
asonix
a98ac8b2a8 Initial multipart formdata library
This handles servers, not clients
2018-04-29 17:31:06 -05:00