Neokernel API

WebServer.REQUEST_ENTITY_TOO_LARGE Field

The server is refusing to process a request because the request entity is larger than the server is willing or able to process. The server MAY close the connection to prevent the client from continuing the request.

public const int REQUEST_ENTITY_TOO_LARGE = 413;

See Also

WebServer Class | com.neokernel.httpd Namespace