Skip to content

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

License

Notifications You must be signed in to change notification settings

AmayaFramework/http-utils

Repository files navigation

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

About

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

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Languages