fetch-it icon indicating copy to clipboard operation
fetch-it copied to clipboard

An enhanced HTTP client based on fetch.

Results 1 fetch-it issues
Sort by recently updated
recently updated
newest added

It seems like [there's a logic](https://github.com/tryolabs/fetch-it/blob/master/src/fetch-it.js#L38) to identify if the request data is json. If that's the case, then it would be great to also automatically set `content-type` to `application/json`.