pub fn resolve_http_timeout(caps: &CapabilitySet) -> DurationExpand description
Resolve the per-call HTTP timeout from the granted capabilities.
The first Capability::WallClockMillisPerCall in the set wins; absent
one, DEFAULT_HTTP_TIMEOUT.
pub fn resolve_http_timeout(caps: &CapabilitySet) -> DurationResolve the per-call HTTP timeout from the granted capabilities.
The first Capability::WallClockMillisPerCall in the set wins; absent
one, DEFAULT_HTTP_TIMEOUT.