What's Changed
- Support
MultiPart
at server side - Support
CookieLayer
(a cookie jar) at client side - Add more test utilities for unit testing
Following is all pull requests of this version
Features
- feat(http): add multipart for server by @StellarisW in #511
- feat(http): add cookie feature for client by @StellarisW in #512
Others
- chore(volo-http): add docs for test helpers by @yukiiiteru in #497
- chore(volo-http): adjust positions of some mods by @yukiiiteru in #499
- chore(volo-http): refactor
RequestPartsExt
by @yukiiiteru in #501 - chore(volo-http): refactor websocket by @yukiiiteru in #503
- chore(volo-http): wrap
hyper::body::Incoming
byBody
by @yukiiiteru in #504 - chore(volo-http): add mock transport service for client by @yukiiiteru in #506
- feat(http): avoid unnecessary router params vec expansion by @StellarisW in #508
- chore(volo-http): use less
Result
in client by @yukiiiteru in #509 - chore(volo-http): implement
source
forError
s by @yukiiiteru in #519
Full Changelog: volo-http-0.2.14...volo-http-0.3.0-rc.1