MCPcopy Create free account
hub / github.com/dfinity/orbit / HeaderField

Class HeaderField

libs/orbit-essentials/src/api.rs:95–95  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

93// Http Interface
94#[derive(Clone, Debug, CandidType, Deserialize, PartialEq, Eq)]
95pub struct HeaderField(pub String, pub String);
96
97#[derive(Clone, Debug, CandidType, Deserialize)]
98pub struct HttpRequest {

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected