c-icap / c-icap-modules

GNU General Public License v2.0
13 stars 16 forks source link

Writing simple Passthrough module for c-icap server. #2

Open iradization opened 5 years ago

iradization commented 5 years ago

Hi,

I'd like to implement network file scanner on top of icap server, that will get it's responses from squid proxy.

So far I used python icap implementation, and I've decided to check c-icap for achieving better performance.

For a start, my implementation need to get callback on RESPMOD, read the file in stream and than instantly write it back to the squid server. What should. be the best way to achieve this goal ?

Thanks

eldersantos commented 3 years ago

@iradization did you get anything on this, I need a similar thing