chicken-users
[Top][All Lists]
Advanced

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

Re: [Chicken-users] url egg


From: Daishi Kato
Subject: Re: [Chicken-users] url egg
Date: Sat, 17 Feb 2007 00:22:38 +0900

On 2/16/07, Kon Lovett <address@hidden> wrote:
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.

What's the history of these two eggs?
I need to let http egg handle the query string.
Felix, how difficult is it to modify all eggs so that they use uri
instead of url? Or, to make url egg just inherit uri egg?

Daishi




reply via email to

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