MCPcopy Create free account
hub / github.com/acking-you/static_flow / api_patch

Function api_patch

crates/frontend/src/api.rs:196–198  ·  view source on GitHub ↗
(url: &str)

Source from the content-addressed store, hash-verified

194
195#[cfg(not(feature = "mock"))]
196fn api_patch(url: &str) -> RequestBuilder {
197 with_behavior_headers(Request::patch(url))
198}
199
200#[cfg(not(feature = "mock"))]
201fn api_delete(url: &str) -> RequestBuilder {

Calls 1

with_behavior_headersFunction · 0.85

Tested by

no test coverage detected