[plt-scheme] Problem fetching a URL
David T. Pierson writes:
> I think the solution for PLT Scheme requires that url parsing never try
> to interpret the data within a query string. (Or at least it shouldn't
> do so by default.) The query field of the url struct should therefore
> be a string, not a list of name value pairs. PLT Scheme applications
> which need to encode/decode a query string as
> application/x-www-form-urlencoded data can do so using the functions
> already provided for that purpose (alist->form-urlencoded and
> form-urlencoded->alist).
I agree with this post!
--dougorleans at gmail.com