Method
put_variant
(&mut self, url: impl Into<String>, body: Variant)
Source from the content-addressed store, hash-verified
| 368 | pub fn signal_name(&self) -> &'static str { |
| 369 | match self { |
| 370 | HttpEvent::Completed(_) => "HTTP_Completed", |
| 371 | HttpEvent::Failed(_) => "HTTP_Failed", |
| 372 | } |
| 373 | } |
| 374 | |
| 375 | pub fn signal_id(&self) -> SignalID { |
| 376 | SignalID::from_string(self.signal_name()) |
| 377 | } |
| 378 | |
| 379 | pub fn signal_params(&self) -> Vec<Variant> { |
Callers
nothing calls this directly
Tested by
no test coverage detected