Skip to content

Commit c6fd6c5

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

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
@@ -2,7 +2,9 @@
22

33
// SPDX-License-Identifier: MIT OR Apache-2.0
44

5-
//! HTTP Protocol
5+
//! HTTP Protocol.
6+
//!
7+
//! See [`Http`].
68
79
extern crate alloc;
810
use alloc::string::String;

0 commit comments

Comments
 (0)