Results for “Std.Http.Client.ClientError”
7 matching declarations
Use module:Std.List, kind:fn, or is:exact. Put a Pudu type after ::.
- Std.Http.Client.ClientError
Why a request did not answer.
- Std.Http.Client.explain
&Std.Http.Client.ClientError -> StrWhat went wrong, in words for a person.
- 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.
- Std.Http.Retry.worthRetrying
&Result[Std.Http.Response, Std.Http.Client.ClientError] -> BoolWhether a failure is worth trying again.
