We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b76f9dc commit c6fd6c5Copy full SHA for c6fd6c5
uefi/src/proto/network/http.rs
@@ -2,7 +2,9 @@
2
3
// SPDX-License-Identifier: MIT OR Apache-2.0
4
5
-//! HTTP Protocol
+//! HTTP Protocol.
6
+//!
7
+//! See [`Http`].
8
9
extern crate alloc;
10
use alloc::string::String;
0 commit comments