Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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"
))]
191
fn api_post(url: &str) -> RequestBuilder {
192
with_behavior_headers(Request::post(url))
193
}
194
195
#[cfg(not(feature =
"mock"
))]
196
fn api_patch(url: &str) -> RequestBuilder {
Callers
15
track_article_view
Function · 0.85
open_admin_local_media_playback
Function · 0.85
create_admin_local_media_upload_task
Function · 0.85
post_admin_gpt2api_rs
Function · 0.85
submit_article_comment
Function · 0.85
update_admin_view_analytics_config
Function · 0.85
update_admin_api_behavior_config
Function · 0.85
update_admin_compaction_runtime_config
Function · 0.85
admin_cleanup_api_behavior
Function · 0.85
admin_reset_memory_profiler
Function · 0.85
admin_update_memory_profiler_config
Function · 0.85
update_admin_comment_runtime_config
Function · 0.85
Calls
1
with_behavior_headers
Function · 0.85
Tested by
1
test_admin_anthropic_upstream_model
Function · 0.68