twisted.web.iweb.INonQueuedRequestFactory(Interface) interface documentationtwisted.web.iweb
(View In Hierarchy)
A factory of IRequest objects 
that does not take a ``queued`` parameter.
| Method | __call__ | Create an IRequestthat is 
operating on the given channel. There must only be oneIRequestobject 
processing at any given time on a channel. | 
Create an IRequest that is 
operating on the given channel. There must only be one IRequest object 
processing at any given time on a channel.
| Parameters | channel | A twisted.web.http.HTTPChannelobject. (type:twisted.web.http.HTTPChannel) | 
| Returns | A request object. (type: IRequest) | |