MCPcopy Create free account
hub / github.com/NVIDIA/OpenShell / http_request

Method http_request

crates/openshell-ocsf/src/builders/http.rs:52–55  ·  view source on GitHub ↗
(mut self, req: HttpRequest)

Source from the content-addressed store, hash-verified

50
51 #[must_use]
52 pub fn http_request(mut self, req: HttpRequest) -> Self {
53 self.http_request = Some(req);
54 self
55 }
56 #[must_use]
57 pub fn http_response(mut self, resp: HttpResponse) -> Self {
58 self.http_response = Some(resp);

Callers 10

handle_forward_proxyFunction · 0.80
emit_l7_request_logFunction · 0.80
relay_restFunction · 0.80
relay_jsonrpcFunction · 0.80
relay_graphqlFunction · 0.80

Calls

no outgoing calls