Did you figure out how to do this?
On Saturday, 29 March 2014 11:07:05 UTC+11, Jacques Rioux wrote:
>
> Ok, thanks for your reply.
>
> I refreshed everything at home and now I don't seem to have install
> errors. That's a start.
>
> I am initially trying to use the Request object like:
>
> julia> rq = Request("GET", "http://julialang.org/", (String=>String)[],
> "")
>
> But now, what do I do with it? I look in the code of HttpCommon and see no
> function/method that would take a request and return, presumably, a
> Response object.
>
> I must be missing the point somewhere. I tried to Google for sample code
> and looked at tests, doc, and I do not see anywhere what I am supposed to
> be able to do with this request. How do I invoke it?
>
>>
>>>