Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/PerroEngine/Perro
/ get
Method
get
perro_source/api_modules/perro_networking/src/http.rs:121–123 ·
view source on GitHub ↗
(url: impl Into<String>)
Source
from the content-addressed store, hash-verified
119
120
fn normalized(self) -> Self {
121
Self {
122
worker_count: self.worker_count.clamp(1, MAX_HTTP_WORKERS),
123
request_capacity: self.request_capacity.max(1),
124
event_capacity: self.event_capacity.max(1),
125
}
126
}
Callers
15
get_slot
Function · 0.45
send_request
Function · 0.45
connect_with_options
Method · 0.45
accept_websocket_with_options
Function · 0.45
http_get_loopback_completes
Function · 0.45
http_too_large_response_fails
Function · 0.45
http_bad_endpoint_fails
Function · 0.45
cookie_enabled_client_keeps_cookie_between_requests
Function · 0.45
achievement_unlocked
Function · 0.45
process_controls
Method · 0.45
process_events
Method · 0.45
intern_source
Method · 0.45
Calls
2
request
Method · 0.80
get
Function · 0.50
Tested by
4
http_get_loopback_completes
Function · 0.36
http_too_large_response_fails
Function · 0.36
http_bad_endpoint_fails
Function · 0.36
cookie_enabled_client_keeps_cookie_between_requests
Function · 0.36