MCPcopy Create free account
hub / github.com/ChrisFeldmeier/OpenCodeRust / webfetch.rs

File webfetch.rs

crates/opencode-tool/src/webfetch.rs:None–None  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1use async_trait::async_trait;
2use reqwest::Client;
3use serde::{Deserialize, Serialize};
4

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected