Simple ICAP Server Java Implementation
These instructions will get you a copy of the project up and running on your local machine for development and testing purposes. See deployment for notes on how to deploy the project on a live system.
What things you need to install the software and how to install them.
Java JDK 1.8 or higher.
Just clone this project on your favorite Java-Compatible IDE and have fun.
Once started the server will listen on 127.0.0.1:1344
and the following endpoints are going to be available:
URI | Supported Methods |
---|---|
/info |
OPTIONS, RESPMOD |
/echo |
OPTIONS, REQMOD, RESPMOD |
/virus_scan |
OPTIONS, REQMOD, RESPMOD |
.
- Maven - Dependency Management
.
This project uses SemVer for versioning.
- Claudiney Nascimento - Initial work - claudineyns
This project is licensed under the MIT License - see the LICENSE file for details