For the newcomers like me, a small update here to say that proxy support has
almost landed in racket. https://github.com/racket/racket/pull/1411
Being behind a corporate firewall, I'm eager to test that!
Cheers,
Pierre.
--
You received this message because you are subscribed to the Google Grou
It sounds like you are on the right track. If you need help and can
provide a test case, then I'd be able to be more useful. I think the
function you're going to want to get out is something like:
http-conn-tunnel/ssl : http-conn [arguments to ports->ssl-ports] -> http-conn
where the input port i
On Friday, August 14, 2015 at 3:41:04 PM UTC+1, Sean Kemplay wrote:
> On Friday, August 14, 2015 at 10:22:03 AM UTC+1, Sean Kemplay wrote:
> > On Wednesday, August 12, 2015 at 9:54:23 PM UTC+1, Sean Kemplay wrote:
> > > On Wednesday, August 12, 2015 at 12:54:10 PM UTC+1, Jay McCarthy wrote:
> > > >
On Friday, August 14, 2015 at 10:22:03 AM UTC+1, Sean Kemplay wrote:
> On Wednesday, August 12, 2015 at 9:54:23 PM UTC+1, Sean Kemplay wrote:
> > On Wednesday, August 12, 2015 at 12:54:10 PM UTC+1, Jay McCarthy wrote:
> > > On Tue, Aug 11, 2015 at 10:24 AM, Sean Kemplay
> > > wrote:
> > > > Hi Al
On Wednesday, August 12, 2015 at 9:54:23 PM UTC+1, Sean Kemplay wrote:
> On Wednesday, August 12, 2015 at 12:54:10 PM UTC+1, Jay McCarthy wrote:
> > On Tue, Aug 11, 2015 at 10:24 AM, Sean Kemplay
> > wrote:
> > > Hi All,
> > >
> > > Sending an http request through our corporate proxy works as fol
On Wednesday, August 12, 2015 at 12:54:10 PM UTC+1, Jay McCarthy wrote:
> On Tue, Aug 11, 2015 at 10:24 AM, Sean Kemplay wrote:
> > Hi All,
> >
> > Sending an http request through our corporate proxy works as follows for
> > http requests ->
> >
> > (define-values (x y z)
> > (http-sendrecv "10
On Tue, Aug 11, 2015 at 10:24 AM, Sean Kemplay wrote:
> Hi All,
>
> Sending an http request through our corporate proxy works as follows for http
> requests ->
>
> (define-values (x y z)
> (http-sendrecv "10.0.0.200" "http://www.example.com";
> #:port 8080
> #:
7 matches
Mail list logo