mirror of
https://github.com/tokio-rs/axum.git
synced 2026-09-07 00:00:12 +02:00
Rename to awebframework (#13)
This commit is contained in:
+1
-1
@@ -14,7 +14,7 @@ pub use hyper::body::Body;
|
||||
|
||||
/// A boxed [`Body`] trait object.
|
||||
///
|
||||
/// This is used in tower-web as the response body type for applications. Its necessary to unify
|
||||
/// This is used in awebframework as the response body type for applications. Its necessary to unify
|
||||
/// multiple response bodies types into one.
|
||||
pub struct BoxBody {
|
||||
// when we've gotten rid of `BoxStdError` we should be able to change the error type to
|
||||
|
||||
Reference in New Issue
Block a user