MCPcopy Create free account
hub / github.com/bajrangCoder/setu / Header

Class Header

src/entities/request.rs:54–58  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

52/// A single header key-value pair
53#[derive(Debug, Clone, Serialize, Deserialize)]
54pub struct Header {
55 pub key: String,
56 pub value: String,
57 pub enabled: bool,
58}
59
60impl Header {
61 pub fn new(key: impl Into<String>, value: impl Into<String>) -> Self {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected