Changes between and of Initial VersionVersion 1Ticket #2983
- Timestamp:
- 01/07/2008 08:28:02 PM (5 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #2983 – description
initial v1 9 9 At the end of this change, Request should have no required parameters. Of course, it will still remain compatible with guys who pass arguments to it, and directly call request.write and request.finish; these will be implemented by creating a BackwardsCompatibilityResponse at request._bcResponse. request.write and request.finish will probably require having a request that had a channel passed to it. 10 10 11 {{{ 11 12 class IHTTPResponse(Interface): 12 13 … … 73 74 @rtype: L{IHTTPResponse} 74 75 """ 76 }}}
