http-client icon indicating copy to clipboard operation
http-client copied to clipboard

Compose HTTP clients using JavaScript's fetch API

Results 16 http-client issues
Sort by recently updated
recently updated
newest added

- Per the cross-fetch FAQ (https://github.com/lquixada/cross-fetch#why-not-isomorphic-fetch), isomorphic-fetch has issues with RN, hasn't been maintained in years, and has outdated dependencies - cross-fetch hasn't been maintained in some months now too...

Hi there, I have been trying to get this working since so many days. I am totally new to this stuff, so I dont even know if i m asking...

I'm trying something quite simple: ``` let fetch = httpClient.createFetch( httpClient.base("https://steemit.com"), httpClient.accept('application/json'), httpClient.parse('json'), httpClient.debug() ); fetch(`/@iontichy.json`) .then((response) => { console.log(response.json) }) .catch(console.error) ``` The result left me speechless. I expected...

I'm in the process of activating CSP for a project. Thereby I, or better the browser, noticed that http-client internally uses [`eval()`.](https://github.com/mjackson/http-client/blob/master/modules/index.js#L4) I haven't quite figured out why this necessary...

| 🚨🔥⚠️ _Action required_: Switch to the new [Greenkeeper](https://git.io/uptodate) now! 🚨🔥⚠️ | | --- | | This version of Greenkeper will be __shutdown on May 31st.__ | | With [Integrations](https://developer.github.com/early-access/integrations/)...

greenkeeper

| 🚨🔥⚠️ _Action required_: Switch to the new [Greenkeeper](https://git.io/uptodate) now! 🚨🔥⚠️ | | --- | | This version of Greenkeper will be __shutdown on May 31st.__ | | With [Integrations](https://developer.github.com/early-access/integrations/)...

greenkeeper

| 🚨🔥⚠️ _Action required_: Switch to the new [Greenkeeper](https://git.io/uptodate) now! 🚨🔥⚠️ | | --- | | This version of Greenkeper will be __shutdown on May 31st.__ | | With [Integrations](https://developer.github.com/early-access/integrations/)...

greenkeeper

| 🚨🔥⚠️ _Action required_: Switch to the new [Greenkeeper](https://git.io/uptodate) now! 🚨🔥⚠️ | | --- | | This version of Greenkeper will be __shutdown on May 31st.__ | | With [Integrations](https://developer.github.com/early-access/integrations/)...

greenkeeper

Hello lovely humans, [babel-loader](https://www.npmjs.com/package/babel-loader) just published its new version 7.0.0. State Update :rocket: Dependency babel-loader New version 7.0.0 Type devDependency This version is **not covered** by your **current version range**....

greenkeeper