https://github.com/pschichtel/hol
Simple wrapper around fetch that allows request interception.
https://github.com/pschichtel/hol
fetch functional-composition
Last synced: 11 months ago
JSON representation
Simple wrapper around fetch that allows request interception.
- Host: GitHub
- URL: https://github.com/pschichtel/hol
- Owner: pschichtel
- License: mit
- Created: 2022-10-29T16:12:26.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2024-12-07T00:04:05.000Z (over 1 year ago)
- Last Synced: 2025-01-22T04:04:00.252Z (about 1 year ago)
- Topics: fetch, functional-composition
- Language: TypeScript
- Homepage: https://schich.tel
- Size: 372 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
hol
===
The library is named after the german word for `fetch` as it internally uses `fetch` and exposes its data
structures as part of its interface.
At its core it wraps the [Fetch API](https://developer.mozilla.org/en-US/docs/Web/API/Fetch_API) with a filter pipeline
that has full control over how, when and if the actual request executes.