[][src]Crate form_data

Read/write multipart/form-data, implemented rfc7578 Supports Stream, Future, AsyncRead, AsyncWrite

AsyncRead limit 8KB. https://docs.rs/futures-util/0.3.5/src/futures_util/io/mod.rs.html#23-26 But hyper is ~ 400kb by defaults. https://docs.rs/hyper/0.13.6/hyper/server/struct.Builder.html#method.http1_max_buf_size

Links: https://tools.ietf.org/html/rfc7578 https://developer.mozilla.org/en-US/docs/Web/API/FormData https://github.com/jaydenseric/graphql-multipart-request-spec https://ec.haxx.se/http/http-multipart

Structs

Field
FormData
State

Constants

MAX_HEADERS