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


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

Reply via email to