chicken-users
[Top][All Lists]
Advanced

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

[Chicken-users] url egg


From: Daishi Kato
Subject: [Chicken-users] url egg
Date: Thu, 15 Feb 2007 10:45:50 +0900

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?

Thanks,
Daishi




reply via email to

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