[web-devel] Advice on implementing a web proxy
Kazu Yamamoto ( 山本和彦 )
kazu at iij.ad.jp
Mon Nov 28 14:52:48 CET 2011
> I've also tried to glue wai and http-enumerator together to make a streamlined
> proxy server, but i think there is no easy way to make uploading streamlined
> with current interface. But with HEAD version of warp, you can use
> `settingsIntercept`[1] to gen control to the socket, with the raw socket you
> can make a enumerator based on it and pass to http-enumerator, and make upload
> streaming works.
In my understanding, settingsIntercept is for web socket which starts
with HTTP but switches to new transport (not application) layer.
My target is HTTP relay. If I use settingsIntercept, I cannot make use
of benefits of Warp.
Regards,
--Kazu
More information about the web-devel
mailing list