ns_method delete ?-server servername? method
ns_method exists ?-server servername? method
ns_method list ?-server servername?
ns_method mapto ?-server servername? method
This Method Alias: | Is Mapped To This Method: |
---|---|
BROWSE | GET |
HEAD | GET |
MKDIR | PUT |
DELETE | PUT |
ns_method delete deletes the specified method or method alias. If no servername is specified, the current virtual server is used.
ns_method exists returns 1 (one) if the specified method exists and 0 (zero) if it does not. If no servername is specified, the current virtual server is used.
ns_method list returns a list of method aliases. If no servername is specified, the current virtual server is used.
ns_method mapto returns the method that the specified method alias (specified in method) is mapped to. If no servername is specified, the current virtual server is used.