Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
README.md | 2025-08-05 | 454 Bytes | |
v0.4.0 source code.tar.gz | 2025-08-05 | 106.0 kB | |
v0.4.0 source code.zip | 2025-08-05 | 150.7 kB | |
Totals: 3 Items | 257.1 kB | 0 |
Changes:
- Upgrade to
hyper
,http
, andhttp-body
to v1. - Remove
multipart
andwebsocket
features from being enabled by default. - Put
warp::serve()
behind aserver
feature, not enabled by default. - Put
warp::test
behind atest
feature, not enabled by default. - Remove
tls
feature and types. - Remove
warp::addr
filters.
Full Changelog: https://github.com/seanmonstar/warp/compare/v0.3.7...v0.4.0