Important: This documentation covers Yarn 1 (Classic).
For Yarn 2+ docs and migration guide, see yarnpkg.com.

Package detail

apollo-link-http-common

apollographql2.7mMIT0.2.16TypeScript support: included

Http utilities for Apollo Link shared across all links using http

apollo, http, network

readme


title: apollo-link-http-common

This repository is used in apollo-link-http and apollo-link-http-batch. The package is public to allow easier development of links that will be a part of the main repository. Developers using this package should know that the api will change and versions may not follow SemVer.

changelog

Change log


NOTE: This changelog is no longer maintained. Changes are now tracked in the top level CHANGELOG.md.


0.2.6

  • No changes

0.2.5

  • Added graphql 14 to peer and dev deps; Updated @types/graphql to 14
    @hwillson in #789

0.2.4

  • Update apollo-link #559

v0.2.3

  • correct the warning message on no fetch found to node-fetchPR#526

v0.2.2

  • update apollo link with zen-observable-ts PR#515

v0.2.1

  • Apollo link upgrade

v0.2.0

  • rename serializeFetchBody to serializeFetchParameter and take a label argument