Skip to content

v0.3.0

Compare
Choose a tag to compare
@lu-zero lu-zero released this 10 Mar 10:11
· 11 commits to master since this release
  • 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