Std.Http.Client
10 public declarations
- ClientError
Why a request did not answer.
- explain
&Std.Http.Client.ClientError -> StrWhat went wrong, in words for a person.
- fetch
Str -> &Std.Http.Client.Limits -> Result[Std.Http.Response, Std.Http.Client.ClientError]Request a URL, within the given limits.
- isRedirect
Int -> BoolWhether a status code asks the client to go elsewhere.
- Limiting
What a request is allowed to cost and where it is allowed to go.
- limits
Std.Http.Client.LimitsThe bounds a request has when the caller does not say.
- Limits
What a request may cost, and where it may go.
- originsMatch
Str -> Str -> BoolWhether two URLs share a scheme, host and port.
- resolved
Str -> Str -> StrAn address resolved against the one it was found on.
- send
&Std.Http.Request -> &Std.Http.Client.Limits -> Result[Std.Http.Response, Std.Http.Client.ClientError]Send a request and read what comes back.
