[web-devel] Yesod proxy

Jeremy Hughes jedahu at gmail.com
Sun May 29 11:18:02 CEST 2011


Hi all,

The app I'm writing uses a private file store accessible by HTTP
(rackspace's cloud files). Some of what the app does is authenticate
access to files in the store, a kind of selective proxy (or
alternatively, like a static handler that can fetch http:// as well as
file://).

Before I go ahead and write a simple proxying function using
http-enumerator &co, does one already exist in Yesod? And if not, any
pointers on writing one and integrating it with GGHandler and HasReps?

Cheers,
Jeremy



More information about the web-devel mailing list