HTTPGitRequest with overridden methods to help test caching.
Method __init__ Undocumented
Method nocache Set the response to never be cached by the client.
Method cache_forever Set the response to be cached forever by the client.

Inherited from HTTPGitRequest:

Instance Variable environ the WSGI environment for the request.
Method add_header Add a header to the response.
Method respond Begin a response with the given status and other headers.
Method not_found Begin a HTTP 404 response and return the text of a message.
Method forbidden Begin a HTTP 403 response and return the text of a message.
Method error Begin a HTTP 500 response and return the text of a message.
def __init__(self, *args, **kwargs):
Undocumented
def nocache(self):
Set the response to never be cached by the client.
def cache_forever(self):
Set the response to be cached forever by the client.
API Documentation for Dulwich, generated by pydoctor at 2018-11-17 19:05:54.