Part of twisted.web2.dav.http View Source View In Hierarchy
MultiStatusResponse.
| Method | __init__ | |
| Method | add | Add a response. |
| Method | response | Generate a MultiStatusResponse
with the responses contained in the
|
| Parameters | path_basename | the base path for all responses to be added to the queue. All paths
for responses added to the queue must start with
path_basename, which will be stripped from the beginning of
each path to determine the response's URI.
|
| method | the name of the method generating the queue. | |
| success_response | the response to return in lieu of a MultiStatusResponse
if no responses are added to this queue.
|
MultiStatusResponse
with the responses contained in the queue or, if no such responses,
return the success_response provided to __init__.
| Returns | the response. | |