gql_http_link library
GQL Terminating Link to execute requests via HTTP using JSON.
Classes
- HttpLink
- A simple HttpLink implementation.
- HttpLinkHeaders
- HTTP link headers
- HttpLinkResponseContext
- HTTP link Response Context
Typedefs
-
HttpResponseDecoder
= FutureOr<
Map< Function(Response httpResponse)String, dynamic> ?>
Exceptions / Errors
- HttpLinkParserException
- Exception occurring when parsing fails.
- HttpLinkServerException
-
Exception occurring when network fails
or parsed response is missing both
data
anderrors
.