Skip to content

Commit cf6a41b

Browse files
committed
add http client example to lib docs
1 parent 72386ed commit cf6a41b

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

src/lib.rs

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,12 @@
1616
#![doc = include_str!("../examples/tcp_echo_server.rs")]
1717
//! ```
1818
//!
19+
//! **HTTP Client**
20+
//!
21+
//! ```rust,no_run
22+
#![doc = include_str!("../examples/http_get.rs")]
23+
//! ```
24+
//!
1925
//! # Design Decisions
2026
//!
2127
//! This library is entirely self-contained. This means that it does not share

0 commit comments

Comments
 (0)