Results for “Std.Http.Client.limits”
6 matching declarations
Use module:Std.List, kind:fn, or is:exact. Put a Pudu type after ::.
- Std.Http.Client.Limits
What a request may cost, and where it may go.
- Std.Http.Client.limits
Std.Http.Client.LimitsThe bounds a request has when the caller does not say.
- Std.Http.Client.fetch
Str -> &Std.Http.Client.Limits -> Result[Std.Http.Response, Std.Http.Client.ClientError]Request a URL, within the given limits.
- Std.Http.Client.send
&Std.Http.Request -> &Std.Http.Client.Limits -> Result[Std.Http.Response, Std.Http.Client.ClientError]Send a request and read what comes back.
- Std.Http.Retry.fetch
Str -> &Std.Http.Client.Limits -> &Std.Http.Retry.Backoff -> Int -> Result[Std.Http.Response, Std.Http.Client.ClientError]Fetch a page, trying again when trying again could help.
- Std.Http.Retry.send
&Std.Http.Request -> &Std.Http.Client.Limits -> &Std.Http.Retry.Backoff -> Int -> Result[Std.Http.Response, Std.Http.Client.ClientError]Send a request, trying again when trying again could help.
