Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/adamperkowski/snapbox
HTTP Client Library for Jule
https://github.com/adamperkowski/snapbox
client http jule julelang library
Last synced: 13 days ago
JSON representation
HTTP Client Library for Jule
- Host: GitHub
- URL: https://github.com/adamperkowski/snapbox
- Owner: adamperkowski
- License: bsd-3-clause
- Created: 2025-01-12T10:53:00.000Z (18 days ago)
- Default Branch: main
- Last Pushed: 2025-01-12T16:48:36.000Z (18 days ago)
- Last Synced: 2025-01-12T17:29:09.748Z (18 days ago)
- Topics: client, http, jule, julelang, library
- Language: JavaScript
- Homepage: https://snapbox.adamperkowski.dev
- Size: 1.05 MB
- Stars: 5
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE
Awesome Lists containing this project
README
# snapbox
HTTP Client Library for Jule[Documentation] |
[Examples] |
[Donate](https://github.com/sponsors/adamperkowski)## Features
Currently fully supported request methods:
- GET
- HEAD
- POST
- PUT
- DELETEAdditional features:
- File downloads
- Custom headers
- Custom body data
- Predefined header names
- Predefined status codesSee the [TODO] for a list of planned and upcoming features.
## License
The library is distributed under the terms of the BSD 3-Clause license.
[See License Details](/LICENSE)[Documentation]: https://snapbox.adamperkowski.dev
[examples]: /examples
[TODO]: /TODO.md