gql_http_link library

GQL Terminating Link to execute requests via HTTP using JSON.

Classes

A simple HttpLink implementation.
HttpLinkHeaders
HTTP link headers
HttpLinkResponseContext
HTTP link Response Context

Typedefs

HttpResponseDecoder = FutureOr<Map<String, dynamic>?> Function(Response httpResponse)

Exceptions / Errors

HttpLinkParserException
Exception occurring when parsing fails.
HttpLinkServerException
Exception occurring when network fails or parsed response is missing both data and errors.