twisted.web.test.test_http2.NotifyingRequestFactory(object) class documentationtwisted.web.test.test_http2
(View In Hierarchy)
A http.Request 
factory that calls http.Request.notifyFinish
on all http.Request objects 
before it returns them, and squirrels the resulting defer.Deferred
away on the class for later use. This is done as early as possible to 
ensure that we always see the result.