https://github.com/whiskeysierra/http-toolbox
Small, reusable HTTP related libraries, targeting specific RFCs
https://github.com/whiskeysierra/http-toolbox
http java rfc7240 utilities
Last synced: about 1 year ago
JSON representation
Small, reusable HTTP related libraries, targeting specific RFCs
- Host: GitHub
- URL: https://github.com/whiskeysierra/http-toolbox
- Owner: whiskeysierra
- License: mit
- Created: 2016-09-20T19:04:43.000Z (over 9 years ago)
- Default Branch: main
- Last Pushed: 2021-08-02T04:14:47.000Z (over 4 years ago)
- Last Synced: 2025-01-05T02:23:08.886Z (about 1 year ago)
- Topics: http, java, rfc7240, utilities
- Language: Java
- Homepage:
- Size: 521 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- Contributing: .github/CONTRIBUTING.md
- License: LICENSE
- Code of conduct: .github/CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
# HTTP Toolbox
[](https://pixabay.com/en/toolbox-red-box-grey-closed-gray-575407/)
[](https://masterminds.github.io/stability/active.html)

[](https://coveralls.io/r/whiskeysierra/http-toolbox)
[](https://www.codacy.com/app/whiskeysierra/http-toolbox)
[](https://github.com/whiskeysierra/http-toolbox/releases)
Put a meaningful, short, plain-language description of what
this project is trying to accomplish and why it matters.
Describe the problem(s) this project solves.
Describe how this software can improve the lives of its audience.
- **Technology stack**: Java 8
- **Status**: 0.x, in development
## Features
- [http-prefer](http-prefer), implements [RFC 7240: *Prefer Header for HTTP*](https://tools.ietf.org/html/rfc7240)
## Dependencies
- Java 8
- Any build tool using Maven Central, or direct download
## Getting Help
If you have questions, concerns, bug reports, etc., please file an issue in this repository's [Issue Tracker](../../issues).
## Getting Involved/Contributing
To contribute, simply make a pull request and add a brief description (1-2 sentences) of your addition or change. For
more details, check the [contribution guidelines](.github/CONTRIBUTING.md).