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 ?
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