Null resources are used to handle HTTP method calls on
objects which do not yet exist in the url namespace.
Methods
|
|
HEAD
MKCOL
PUT
__bobo_traverse__
__init__
|
|
HEAD
|
HEAD (
self,
REQUEST,
RESPONSE,
)
Retrieve resource information without a response message body.
|
|
MKCOL
|
MKCOL (
self,
REQUEST,
RESPONSE,
)
Create a new collection resource.
Exceptions
|
|
'Forbidden'
'Method Not Allowed'
'Unsupported Media Type'
|
|
|
PUT
|
PUT (
self,
REQUEST,
RESPONSE,
)
Create a new non-collection resource.
|
|
__bobo_traverse__
|
__bobo_traverse__ (
self,
REQUEST,
name=None,
)
|
|
__init__
|
__init__ (
self,
parent,
name,
request=None,
)
|
|