Skip to content

Commit ae4b1c8

Browse files
kraxelphip1611
andauthored
Update uefi/src/proto/network/http.rs
Co-authored-by: Philipp Schuster <[email protected]>
1 parent c6fd6c5 commit ae4b1c8

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

uefi/src/proto/network/http.rs

+3-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,9 @@ use uefi_raw::protocol::network::http::{
2323
HttpRequestData, HttpResponseData, HttpStatusCode, HttpToken, HttpV4AccessPoint, HttpVersion,
2424
};
2525

26-
/// HTTP Protocol
26+
/// HTTP [`Protocol`]. <optional a nice short one sentence long description>
27+
///
28+
/// [`Protocol`]: uefi::proto::Protocol
2729
#[derive(Debug)]
2830
#[unsafe_protocol(HttpProtocol::GUID)]
2931
pub struct Http(HttpProtocol);

0 commit comments

Comments
 (0)