Neokernel API

WebServer.PUT_NOT_ALLOWED Field

The method specified in the Request-Line is not allowed for the resource identified by the Request-URI. The response MUST include an Allow header containing a list of valid methods for the requested resource.

public const int PUT_NOT_ALLOWED = 405;

See Also

WebServer Class | com.neokernel.httpd Namespace