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

Function api_post

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

Source from the content-addressed store, hash-verified

189
190#[cfg(not(feature = "mock"))]
191fn api_post(url: &str) -> RequestBuilder {
192 with_behavior_headers(Request::post(url))
193}
194
195#[cfg(not(feature = "mock"))]
196fn api_patch(url: &str) -> RequestBuilder {

Calls 1

with_behavior_headersFunction · 0.85

Tested by 1