chicken-users
[Top][All Lists]
Advanced

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

Re: [Chicken-users] url egg


From: felix winkelmann
Subject: Re: [Chicken-users] url egg
Date: Thu, 15 Feb 2007 13:30:51 +0100

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.


cheers,
felix




reply via email to

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