2005/12/31, James Bennett <[EMAIL PROTECTED]>:
>
> On 12/31/05, limodou <[EMAIL PROTECTED]> wrote:
> > I know that in url dispatcher, I can get a parameter from the regular
> > expression, and then pass it to a method which need it. But I wish I
> > can also get the parameters from other places, e
On 12/31/05, limodou <[EMAIL PROTECTED]> wrote:
> I know that in url dispatcher, I can get a parameter from the regular
> expression, and then pass it to a method which need it. But I wish I
> can also get the parameters from other places, e.g. POST, cookie, etc.
> It seems that I couldn't do that
I know that in url dispatcher, I can get a parameter from the regular
expression, and then pass it to a method which need it. But I wish I
can also get the parameters from other places, e.g. POST, cookie, etc.
It seems that I couldn't do that, but some other python web frameworks
can do this just