multipart 0.2.0

An extension to the Hyper HTTP library that provides support for POST multipart/form-data requests on for both client and server.
Documentation
#!/bin/sh


cargo doc -v --no-deps

cp -R target/doc doc

curl http://www.rust-ci.org/artifacts/put?t=$RUSTCI_TOKEN | sh

rm -r doc