jsFetch/README.md

8 lines
482 B
Markdown
Raw Permalink Normal View History

2024-10-28 09:47:23 +00:00
# jsFetch
Go library to bridge net/http and the JS Fetch API, without actually importing net/http.
Made using the [jsStreams](https://git.ailur.dev/Ailur/jsStreams) library.
[![Go Report Card](https://goreportcard.com/badge/git.ailur.dev/ailur/jsFetch)](https://goreportcard.com/report/git.ailur.dev/ailur/jsFetch) [![Go Reference](https://pkg.go.dev/badge/git.ailur.dev/ailur/jsFetch.svg)](https://pkg.go.dev/git.ailur.dev/ailur/jsFetch)
The API is exactly the same as net/http.