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
source linkDocumentation
Methods
▷ def __init__(self, enforce_csrf_checks=True, *args, **kwargs)