multipart 0.0.3

An extension to the Hyper HTTP library that provides support for POST multipart/form-data requests on for both client and server.
docs.rs failed to build multipart-0.0.3
Please check the build logs for more information.
See Builds for ideas on how to fix a failed build, or Metadata for how to configure docs.rs builds.
If you believe this is docs.rs' fault, open an issue.
Visit the last successful build: multipart-0.18.0

Multipart + Hyper Build Status

An extension to Hyper that adds support for HTTP multipart (Content-Type: multipart/form-data) requests.

See src/bin/multipart_server.rs for server-side example (used in testing).

####Documentation

#####TODO:

  • Remove excess debug statements
  • Fill out README and provide examples
  • Improve documentation
  • Add support for multiple files per field (nested boundaries)
  • Expand test coverage
  • Integrate with future HTTP compression extension(s)