10 Sep
2001
10 Sep
'01
8:44 a.m.
On Monday 10 September 2001 18:38, Erik Enge wrote:
[Richard Jones]
| On Monday 10 September 2001 17:42, Bill Anderson wrote: | > Actualy, IIRC, there is a way to emulate a REQUEST object. | | Oooh! This doesn't negate the goodness of cleaning up the API, but | if you could recall how to emulate the REQUEST, I'd be VERY | grateful!
If I'm not mistaken:
from Testing import make_request import Zope
app = make_request.make_request(Zope.app())
In an XML-RPC connection... Richard