HTTP transport for browser.
yarn add @erebos/transport-http-browser
import httpTransport from '@erebos/transport-http-browser'
const transport = httpTransport('http://localhost')
transport.request({ hello: 'transport' }).then(console.log)
Arguments
url: string
Returns (data: Object) => Promise<any>
MIT