icap-server

Simple ICAP Server Java Implementation

https://github.com/claudineyns/icap-server

Science Score: 44.0%

This score indicates how likely this project is to be science-related based on various indicators:

  • CITATION.cff file
    Found CITATION.cff file
  • codemeta.json file
    Found codemeta.json file
  • .zenodo.json file
    Found .zenodo.json file
  • DOI references
  • Academic publication links
  • Academic email domains
  • Institutional organization owner
  • JOSS paper metadata
  • Scientific vocabulary similarity
    Low similarity (7.3%) to scientific vocabulary

Keywords

icap rfc-3507
Last synced: 6 months ago · JSON representation ·

Repository

Simple ICAP Server Java Implementation

Basic Info
  • Host: GitHub
  • Owner: claudineyns
  • License: mit
  • Language: Java
  • Default Branch: master
  • Homepage:
  • Size: 82 KB
Statistics
  • Stars: 9
  • Watchers: 1
  • Forks: 3
  • Open Issues: 0
  • Releases: 2
Topics
icap rfc-3507
Created about 7 years ago · Last pushed over 1 year ago
Metadata Files
Readme License Citation

README.md

icap-server

Simple ICAP Server Java Implementation

Getting Started

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.

Prerequisites

What things you need to install the software and how to install them.

Java JDK 1.8 or higher.

Installing

Just clone this project on your favorite Java-Compatible IDE and have fun.

Available ICAP endpoints

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 |

Deployment

.

Built With

  • Maven - Dependency Management

Contributing

.

Versioning

This project uses SemVer for versioning.

Authors

License

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

Acknowledgments

Owner

  • Name: Claudiney Nascimento
  • Login: claudineyns
  • Kind: user
  • Location: Brazil

Citation (CITATION.cff)

cff-version: 1.2.0
title: RFC-3507 (ICAP) Server Implementation
message: Simple ICAP Server Java Implementation
type: software
authors:
  - given-names: Claudiney
    email: contato@claudiney.dev
    orcid: 'https://orcid.org/0000-0002-9967-7614'
repository-code: 'https://github.com/claudineyns/icap-server.git'
abstract: Basic implementation for RFC 3507 (ICAP) Server.
keywords:
  - rfc3507
  - icap-protocol
license: MIT

GitHub Events

Total
  • Delete event: 2
  • Issue comment event: 1
  • Push event: 3
  • Pull request event: 4
  • Fork event: 1
  • Create event: 1
Last Year
  • Delete event: 2
  • Issue comment event: 1
  • Push event: 3
  • Pull request event: 4
  • Fork event: 1
  • Create event: 1

Dependencies

pom.xml maven
  • commons-io:commons-io 2.7
.github/workflows/maven.yml actions
  • actions/checkout v3 composite
  • actions/setup-java v3 composite
  • advanced-security/maven-dependency-submission-action 571e99aab1055c2e71a1e2309b9691de18d6b7d6 composite
Dockerfile docker
  • alpine 3.16.2 build