An open API service indexing awesome lists of open source software.

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

Awesome Lists containing this project

README

          

# HTTP Toolbox

[![Banner 888×244](docs/toolbox.png)](https://pixabay.com/en/toolbox-red-box-grey-closed-gray-575407/)

[![Stability: Active](https://masterminds.github.io/stability/active.svg)](https://masterminds.github.io/stability/active.html)
![Build Status](https://github.com/whiskeysierra/http-toolbox/workflows/build/badge.svg)
[![Coverage Status](https://img.shields.io/coveralls/whiskeysierra/http-toolbox/main.svg)](https://coveralls.io/r/whiskeysierra/http-toolbox)
[![Code Quality](https://img.shields.io/codacy/grade/64f144ccc9e94925ba685276c18d9c30/main.svg)](https://www.codacy.com/app/whiskeysierra/http-toolbox)
[![Release](https://img.shields.io/github/release/whiskeysierra/http-toolbox.svg)](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).