Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/PerroEngine/Perro
/ post_variant
Method
post_variant
perro_source/api_modules/perro_networking/src/http.rs:125–127 ·
view source on GitHub ↗
(url: impl Into<String>, body: Variant)
Source
from the content-addressed store, hash-verified
123
request_capacity: self.request_capacity.max(1),
124
event_capacity: self.event_capacity.max(1),
125
}
126
}
127
}
128
129
impl Default for HttpQueueConfig {
130
fn default() -> Self {
Callers
1
http_post_variant_sends_json_and_response_variant_reads_object
Function · 0.80
Calls
2
Variant
Enum · 0.85
request
Method · 0.80
Tested by
1
http_post_variant_sends_json_and_response_variant_reads_object
Function · 0.64