You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Mar 25, 2025. It is now read-only.
Copy file name to clipboardExpand all lines: tower-async/src/lib.rs
+3-3Lines changed: 3 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -170,15 +170,15 @@
170
170
//!
171
171
//! See [here][all_layers] for a complete list of all middleware provided by
172
172
//! Tower.
173
-
//!
173
+
//!
174
174
//! Browse the examples at [`tower-async-http/examples`](https://github.com/plabayo/tower-async/tree/master/tower-async-http/examples) to see some examples
175
175
//! on how to use `tower-async` and its sibling crates. While these are focussed on http examples,
176
176
//! note that:
177
-
//!
177
+
//!
178
178
//! - `tower-async` can work for any request-response flow (akin to `tower`);
179
179
//! - you can also use `tower-async` with http web services without making use of the `tower-async-http` crate,
180
180
//! it only is there to provide extra middleware for http-specific purposes, but this is all optional.
181
-
//!
181
+
//!
182
182
//! The documentation also contains some smaller examples and of course the codebase can be read as well,
0 commit comments