Skip to content

Commit 0ac7fce

Browse files
committed
note reason to not delete http::Client
1 parent d7d68f8 commit 0ac7fce

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/http/client.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ use super::{response::IncomingBody, Body, Request, Response, Result};
66
use crate::runtime::Reactor;
77

88
/// An HTTP client.
9+
// Empty for now, but permits adding support for RequestOptions soon:
910
#[derive(Debug)]
1011
pub struct Client {}
1112

0 commit comments

Comments
 (0)