06 March 2006 20:30
wsgi_intercept: in-process testing of WSGI applications
by roberto & 1 other (via)wsgi_intercept works by replacing httplib.HTTPConnection with a subclass, wsgi_intercept.WSGI_HTTPConnection. This class then redirects specific server/port combinations into a WSGI application by emulating a socket.
1
(1 marks)