Skip to content

willpinha/byte-fetch

Repository files navigation

ByteFetch

A simple HTTP library for enhancing Fetch API interactions

As the web evolves, new features emerge to make our lives easier. One of them is the Fetch API, an interface for HTTP communication between client and server. It is a Web Standard, and because of this many frameworks and libraries are compatible with it (see the list)

ByteFetch simplifies working with Request and Response objects so you can use them across all Fetch API-compatible frameworks and libraries

Documentation