Neokernel API

WebServer.BAD_REQUEST Field

The request could not be understood by the server due to malformed syntax. The client SHOULD NOT repeat the request without modifications.

public const int BAD_REQUEST = 400;

See Also

WebServer Class | com.neokernel.httpd Namespace