Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/amayaframework/http-utils
- Owner: AmayaFramework
- License: apache-2.0
- Created: 2022-04-24T14:54:38.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-03-09T21:04:36.000Z (10 months ago)
- Last Synced: 2024-03-09T22:20:07.433Z (10 months ago)
- Language: Java
- Size: 23.4 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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