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