Class ClientHandler

A HTTP Handler that can be used for testing purposes. Use the WSGI interface to compose requests, but return the raw HttpResponse object with the originating WSGIRequest attached to its ``wsgi_request`` attribute.

Declaration

class ClientHandler(BaseHandler)
source link

Documentation

Methods

Inherited methods