Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/amayaframework/http-utils

A very small library containing some http utilities used in various parts of the framework.
https://github.com/amayaframework/http-utils

Last synced: about 1 month ago
JSON representation

A very small library containing some http utilities used in various parts of the framework.

Awesome Lists containing this project

README

        

# http-utils [![maven-central](https://img.shields.io/maven-central/v/io.github.amayaframework/http-utils?color=blue)](https://repo1.maven.org/maven2/io/github/amayaframework/http-utils/)

A very small library containing some http utilities used in various parts of the framework.

## Getting Started

To install it, you will need:

* Java 8+
* Maven/Gradle

## Installing

### Gradle dependency

```Groovy
dependencies {
implementation group: 'io.github.amayaframework', name: 'http-utils', version: 'LATEST'
}
```

### Maven dependency

```

io.github.amayaframework
http-utils
LATEST

```

## Built With

* [Gradle](https://gradle.org) - Dependency management

## Authors

* [RomanQed](https://github.com/RomanQed) - *Main work*

See also the list of [contributors](https://github.com/AmayaFramework/http-utils/contributors)
who participated in this project.

## License

This project is licensed under the Apache-2.0 License - see the [LICENSE](LICENSE) file for details