http-multipart 0.1.2

multipart for http crate type
Documentation
1
2
3
4
5
6
7
8
9
10
# 0.1.2
## Add
- add `multipart_request` API for constructing a multipart request
- add `Form` and `Part` types for typing multipart request body

# 0.1.1

## Fix
- fix a bug where partial boundary prefix can cause failed steam parse
- fix a bug where quote and whitespace are not correctly accepted as field boundary