Commit graph

10 commits

Author SHA1 Message Date
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 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
Riley Trautman 453c4005c5 Remove serde feature 2018-04-30 16:15: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 a98ac8b2a8 Initial multipart formdata library
This handles servers, not clients
2018-04-29 17:31:06 -05:00