Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/d0iasm/saba
/ Header
Class
Header
core/src/http.rs:15–18 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
13
14
#[derive(Debug, Clone)]
15
pub struct Header {
16
name: String,
17
value: String,
18
}
19
20
impl Header {
21
pub fn new(name: String, value: String) -> Self {
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected