6.1.0 • Published 3 years ago

@lukekaalim/http-client v6.1.0

Weekly downloads
13
License
MIT
Repository
github
Last release
3 years ago

http-client

Simple abstraction over the various platforms HTTP clients, to make simple REST calls using Promises.

CircleCI npm (scoped)

Motivation

Fetch is a pretty good function for making network requests, but is a pretty complicated interface to implement.

This library provides a shared abstraction for a fetch-like client object, which can be constructed for the browsers window.fetch property, or node's require('http').request property.

The intention is then further, more specific libraries can be written that use this client's interface so functionality can be the same across node and in web without any complicated gymnastics.

6.1.0

3 years ago

6.0.0

3 years ago

5.2.0

3 years ago

5.1.2

3 years ago

5.1.1

3 years ago

5.1.0

3 years ago

5.0.0

3 years ago

4.0.1

3 years ago

4.0.0

3 years ago

3.1.0

3 years ago

3.0.4

3 years ago

3.0.3

3 years ago

3.0.2

3 years ago

3.0.1

3 years ago

3.0.0

3 years ago

2.5.0

3 years ago

2.5.1

3 years ago

2.4.0

3 years ago

2.3.1

3 years ago

2.2.1

3 years ago

2.2.0

3 years ago

2.0.3

4 years ago

2.0.2

4 years ago

2.1.0

4 years ago

2.0.1

4 years ago

2.0.0

4 years ago

1.2.0

5 years ago

1.1.1

5 years ago