TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

Show HN: Cappy – http proxy with file based caching

4 pointsby cyriacthomasabout 8 years ago

2 comments

tyingqabout 8 years ago
Looks like it could be useful, thanks for sharing. Did you consider adding sendfile() support? There appears to be a python module that implements it.<p>Also, I see the gzip support, but you should also be able to send the gzipped file as-is (with the right content-length, etc) if the Vary headers from the client support it.<p>Edit: I don&#x27;t see it figuring out, and sending, the right Content-type header. Or is that functionality that comes with the base class you&#x27;re using to serve http?
评论 #13980444 未加载
bjinwrightabout 8 years ago
Looks cool but now I have to rename my project. I was going to use the cappy namespace on PyPi.