Commit graph

82 commits

Author SHA1 Message Date
asonix 6985ce5e86 Update actix-fs 2020-06-06 12:19:32 -05:00
asonix a94292bba2 Avoid unneeded clones 2020-06-05 22:27:27 -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 a2f74fa7d7 Add matrix link 2019-07-30 17:14:57 -05:00
asonix 8077932c40 Stable actix 2019-06-06 14:49:37 -05:00
asonix 56278448d2 Update repo url 2019-05-14 11:49:41 -05:00
asonix b82dbaf7aa
Update readme (oops) 2019-05-09 18:43:23 -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
Arlo (Hyena) 32fbd71d03 Fix Content-Disposition header for non-latin characters (#1) 2019-01-19 14:49:26 +00:00
asonix 2e23cdecfb Add methods to retrieve things from Value 2018-10-17 20:04:30 -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 ead98a2eb2 Fix repository url 2018-07-11 20:19:00 -05:00
asonix 8600b9a610 Fix examples (actix is dev dep) 2018-07-11 17:52:09 -05:00
asonix 5257418f41 Remove hard dep on actix 2018-07-11 17:32:51 -05:00
Riley Trautman bcec67e569 Bump version 2018-06-04 13:27:36 -05:00
asonix 40c2dd4411
Merge pull request #1 from Syfaro/master
Allow for building on Windows
2018-06-04 03:26:36 -05:00
Syfaro 2c535388a9 Allow for building on Windows. 2018-06-04 03:14:04 -05:00
asonix 9c145d72e7 Bump actix-web 2018-05-08 19:05:13 -05:00
Riley Trautman 0376edcacd Fix readme 2018-04-30 16:21:49 -05:00
Riley Trautman 453c4005c5 Remove serde feature 2018-04-30 16:15:42 -05:00
Riley Trautman 899be8d25b Bump version, fix licensing in readme 2018-04-30 15:51:42 -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 a7a06fdb92 Add value-type 2018-04-29 20:27:38 -05:00
asonix 314cc5044a Add optional serde support 2018-04-29 18:27:24 -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