/http-utils

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

Primary LanguageJavaApache License 2.0Apache-2.0

http-utils maven-central

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

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

Maven dependency

<dependency>
    <groupId>io.github.amayaframework</groupId>
    <artifactId>http-utils</artifactId>
    <version>LATEST</version>
</dependency>

Built With

  • Gradle - Dependency management

Authors

See also the list of contributors who participated in this project.

License

This project is licensed under the Apache-2.0 License - see the LICENSE file for details