Commit graph

22 commits

Author SHA1 Message Date
asonix 3525bcd09c Remove config from FormData trait 2022-09-10 10:55:52 -05:00
asonix c5265d286e Move to extractor pattern 2022-09-07 18:38:10 -05:00
Aode (Lion) ec85a80f5d stable deps 2022-03-08 11:27:49 -06:00
Aode (Lion) d83b0ad464 Don't include generic in error type 2021-09-13 20:45:09 -05:00
Aode (Lion) 1e635ce27c Don't force smuggling of user's error inside actix_web::Error 2021-09-13 20:13:48 -05:00
Aode (lion) a112fc2084 Merge branch 'main' of git.asonix.dog:asonix/actix-form-data into main 2021-09-11 17:35:58 -05:00
Aode (lion) 0c231119ac Allow non-path states from upload 2021-09-11 17:35:48 -05:00
Aode (Lion) 74c64c2bd7 Reduce dependencies from futures 2021-09-05 19:37:13 -05:00
asonix 9cc2cea743 Update to actix-web 4 beta 3 2021-02-10 14:23:19 -06:00
asonix 839ba65ee9 Stable release 2020-09-14 10:38:54 -05:00
asonix eefb669e0d Switch to tracing 2020-06-14 13:39:12 -05:00
asonix 6985ce5e86 Update actix-fs 2020-06-06 12:19:32 -05:00
asonix e7f99337b9 Remove info prints 2020-06-05 22:23:18 -05:00
asonix ebd59278fd Add optional saved_as PathBuf 2020-06-05 22:14:42 -05:00
asonix 0deb486d99 Middleware-based approach 2020-06-05 21:47:42 -05:00
asonix 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
asonix 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
asonix f1aea84569 Bump dependencies 2018-10-09 18:35:10 -05:00
asonix b24ed66ec0 User latest actix-web 2018-07-24 17:36:38 -05:00
asonix 8600b9a610 Fix examples (actix is dev dep) 2018-07-11 17:52:09 -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