libicap1

Icap server (rfc 3507) implementation in c++ (library files)
  https://github.com/uditha-atukorala/bitz-server
  0
  no reviews



The main goal of this project is to create an icap server (rfc 3507) implementation in c++ to use the power of object oriented programming.

starting from scratch, the server is developed with a modular architecture in mind. the server core (written in c++) will handle the client requests, manage workers (child processes) etc. and will provide basic handlers to serve icap requests.

to extend this core functionality the idea is to have pluggable modules (like apache server modules). these modules will provide features like content filtering, anti-virus scanning etc. and to make it easier to write (and faster to implement) such modules there is hope to exploit python programming language.

this package holds the library files.