Neokernel API

WebServer.NOT_IMPLEMENTED Field

The server does not support the functionality required to fulfill the request. This is the appropriate response when the server does not recognize the request method and is not capable of supporting it for any resource.

public const int NOT_IMPLEMENTED = 501;

See Also

WebServer Class | com.neokernel.httpd Namespace