mirror of
https://github.com/tokio-rs/axum.git
synced 2025-09-26 20:40:29 +00:00
Add "Run with" comment to example-low-level-openssl (#3347)
This commit is contained in:
parent
7d1dbeb3af
commit
07f29f6c5c
@ -1,3 +1,9 @@
|
||||
//! Run with
|
||||
//!
|
||||
//! ```not_rust
|
||||
//! cargo run -p example-low-level-openssl
|
||||
//! ```
|
||||
|
||||
use axum::{http::Request, routing::get, Router};
|
||||
use futures_util::pin_mut;
|
||||
use hyper::body::Incoming;
|
||||
|
Loading…
x
Reference in New Issue
Block a user