Releases: sifis-home/wot-serve
Releases · sifis-home/wot-serve
v0.3.1
v0.2.1
v0.3.0
- Marginal breaking change due the
axum 0.6
update.
-pub fn wot_serve::servient::HttpRouter::http_delete<H, T>(self, handler: H) -> Self::Target where H: axum::handler::Handler<T, hyper::body::body::Body>, T: 'static
+pub fn wot_serve::servient::HttpRouter::http_delete<H, T>(self, handler: H) -> Self::Target where H: axum::handler::Handler<T, (), hyper::body::body::Body>, T: 'static
-pub fn wot_serve::servient::HttpRouter::http_delete<H, T>(self, handler: H) -> Self::Target where H: axum::handler::Handler<T, hyper::body::body::Body>, T: 'static
+pub fn wot_serve::servient::HttpRouter::http_delete<H, T>(self, handler: H) -> Self::Target where H: axum::handler::Handler<T, (), hyper::body::body::Body>, T: 'static
-pub fn wot_serve::servient::HttpRouter::http_get<H, T>(self, handler: H) -> Self::Target where H: axum::handler::Handler<T, hyper::body::body::Body>, T: 'static
+pub fn wot_serve::servient::HttpRouter::http_get<H, T>(self, handler: H) -> Self::Target where H: axum::handler::Handler<T, (), hyper::body::body::Body>, T: 'static
-pub fn wot_serve::servient::HttpRouter::http_get<H, T>(self, handler: H) -> Self::Target where H: axum::handler::Handler<T, hyper::body::body::Body>, T: 'static
+pub fn wot_serve::servient::HttpRouter::http_get<H, T>(self, handler: H) -> Self::Target where H: axum::handler::Handler<T, (), hyper::body::body::Body>, T: 'static
-pub fn wot_serve::servient::HttpRouter::http_patch<H, T>(self, handler: H) -> Self::Target where H: axum::handler::Handler<T, hyper::body::body::Body>, T: 'static
+pub fn wot_serve::servient::HttpRouter::http_patch<H, T>(self, handler: H) -> Self::Target where H: axum::handler::Handler<T, (), hyper::body::body::Body>, T: 'static
-pub fn wot_serve::servient::HttpRouter::http_patch<H, T>(self, handler: H) -> Self::Target where H: axum::handler::Handler<T, hyper::body::body::Body>, T: 'static
+pub fn wot_serve::servient::HttpRouter::http_patch<H, T>(self, handler: H) -> Self::Target where H: axum::handler::Handler<T, (), hyper::body::body::Body>, T: 'static
-pub fn wot_serve::servient::HttpRouter::http_post<H, T>(self, handler: H) -> Self::Target where H: axum::handler::Handler<T, hyper::body::body::Body>, T: 'static
+pub fn wot_serve::servient::HttpRouter::http_post<H, T>(self, handler: H) -> Self::Target where H: axum::handler::Handler<T, (), hyper::body::body::Body>, T: 'static
-pub fn wot_serve::servient::HttpRouter::http_post<H, T>(self, handler: H) -> Self::Target where H: axum::handler::Handler<T, hyper::body::body::Body>, T: 'static
+pub fn wot_serve::servient::HttpRouter::http_post<H, T>(self, handler: H) -> Self::Target where H: axum::handler::Handler<T, (), hyper::body::body::Body>, T: 'static
-pub fn wot_serve::servient::HttpRouter::http_put<H, T>(self, handler: H) -> Self::Target where H: axum::handler::Handler<T, hyper::body::body::Body>, T: 'static
+pub fn wot_serve::servient::HttpRouter::http_put<H, T>(self, handler: H) -> Self::Target where H: axum::handler::Handler<T, (), hyper::body::body::Body>, T: 'static
-pub fn wot_serve::servient::HttpRouter::http_put<H, T>(self, handler: H) -> Self::Target where H: axum::handler::Handler<T, hyper::body::body::Body>, T: 'static
+pub fn wot_serve::servient::HttpRouter::http_put<H, T>(self, handler: H) -> Self::Target where H: axum::handler::Handler<T, (), hyper::body::body::Body>, T: 'static
What's Changed
Full Changelog: v0.2.0...v0.3.0