[plt-scheme] Problem fetching a URL

From: Doug Orleans (dougorleans at gmail.com)
Date: Thu Oct 12 16:23:39 EDT 2006

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


Posted on the users mailing list.