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