class documentation
class HTTPGitRequest(object):
Known subclasses: dulwich.tests.test_web.TestHTTPGitRequest
Class encapsulating the state of a single git HTTP request.
Method | __init__ |
Undocumented |
Method | add |
Add a header to the response. |
Method | cache |
Set the response to be cached forever by the client. |
Method | error |
Begin a HTTP 500 response and return the text of a message. |
Method | forbidden |
Begin a HTTP 403 response and return the text of a message. |
Method | nocache |
Set the response to never be cached by the client. |
Method | not |
Begin a HTTP 404 response and return the text of a message. |
Method | respond |
Begin a response with the given status and other headers. |
Instance Variable | dumb |
Undocumented |
Instance Variable | environ |
the WSGI environment for the request. |
Instance Variable | handlers |
Undocumented |
Instance Variable | _cache |
Undocumented |
Instance Variable | _headers |
Undocumented |
Instance Variable | _start |
Undocumented |
overridden in
dulwich.tests.test_web.TestHTTPGitRequest
Undocumented
Parameters | |
environ | Undocumented |
start | Undocumented |
dumb:bool | Undocumented |
handlers | Undocumented |
overridden in
dulwich.tests.test_web.TestHTTPGitRequest
Set the response to be cached forever by the client.
overridden in
dulwich.tests.test_web.TestHTTPGitRequest
Set the response to never be cached by the client.