class blah:
def GET(self):
...
POST = GET
I think that would work.
Read RFC 2616, three times, then come back and tell us you figured it out.
POST is for side-effects. GET is for no side-effects. They are not
the same thing. They cannot be the same thing.
--
David Terrell
d...@meat.net
((meatspace)) http://meat.net/
"But this has to be a link for look-n-feel reasons, and some
of our customers have browsers with javascript disabled..."
Web designers have different requirements than we developers,
and educating or firing the designer is not always an option.
--
Randall Randall <ran...@randallsquared.com>
"If I can do it in Alabama, then I'm fairly certain you
can get away with it anywhere." -- Dresden Codak
That's funny, I only read it once and I immediately thought "Hey,
actually, these methods act /exactly/ the same when, for example, they
are trying to access a resource that does not exist or that they have no
permission to."
Relax dude.
To the OP: did Adam Atlas' solution [1] not suffice? What exactly do you
want to achieve?
Greetings,
b^4
[1] http://groups.google.com/group/webpy/msg/b84b97058c3a76fe