
29 May
2011
29 May
'11
5:18 a.m.
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