A very small library containing some http utilities used in various parts of the framework.
To install it, you will need:
- Java 8+
 - Maven/Gradle
 
dependencies {
    implementation group: 'io.github.amayaframework', name: 'http-utils', version: 'LATEST'
}<dependency>
    <groupId>io.github.amayaframework</groupId>
    <artifactId>http-utils</artifactId>
    <version>LATEST</version>
</dependency>
- Gradle - Dependency management
 
- RomanQed - Main work
 
See also the list of contributors who participated in this project.
This project is licensed under the Apache-2.0 License - see the LICENSE file for details