chicken-users
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Chicken-users] url egg


From: Kon Lovett
Subject: Re: [Chicken-users] url egg
Date: Thu, 15 Feb 2007 09:29:23 -0800

On Feb 15, 2007, at 4:30 AM, felix winkelmann wrote:

On 2/15/07, Daishi Kato <address@hidden> wrote:
Hi,

Looks like the url egg does not support urls with query strings.

#;1> (use url)
; loading /usr/local/chicken-2.514/lib/chicken/1/url.so ...
#;2> (url->string (url "http://abc/def?xyz=123";))
"http://abc/def";

Has anyone done any workaround for this?
Or should we upgrade the url egg?


You are right, it doesn't support query strings yet. The egg
should probably be extended.

Take a look at the uri egg.



cheers,
felix


_______________________________________________
Chicken-users mailing list
address@hidden
http://lists.nongnu.org/mailman/listinfo/chicken-users





reply via email to

[Prev in Thread] Current Thread [Next in Thread]