A bridge between net/http and JS Fetch, made using the jsStreams library
Go to file
Tracker-Friendly d02b310372 Update jsStreams version 2024-10-28 10:13:42 +00:00
tests Initial commit 2024-10-28 09:47:23 +00:00
.gitattributes Grrr stop detecting it as HTML 2024-10-28 09:51:12 +00:00
.gitignore Initial commit 2024-10-28 09:47:23 +00:00
LICENSE.md Initial commit 2024-10-28 09:47:23 +00:00
README.md Initial commit 2024-10-28 09:47:23 +00:00
go.mod Update jsStreams version 2024-10-28 10:13:42 +00:00
go.sum Update jsStreams version 2024-10-28 10:13:42 +00:00
main.go Added DefaultClient for compatiblity (it's an alias for fetch) 2024-10-28 10:01:30 +00:00

README.md

jsFetch

Go library to bridge net/http and the JS Fetch API, without actually importing net/http. Made using the jsStreams library.

Go Report Card Go Reference

The API is exactly the same as net/http.