Skip to content

Latest commit

 

History

History
22 lines (14 loc) · 729 Bytes

File metadata and controls

22 lines (14 loc) · 729 Bytes

multipart Examples

These example files show how to use multipart with the various crates it integrates with.

These files carry the same licenses as multipart itself, though this may be lightened to a copyright-free license in the near future.

Server

Author: White-Oak

This example shows how to use multipart with the tiny_http crate, via multipart's support for the tiny_http::Request type.

$ cargo run --features tiny_http --example tiny_http