Neokernel API

WebServer.NO_CONTENT Field

The server has fulfilled the request but does not need to return an entity-body, and might want to return updated metainformation. The response MAY include new or updated metainformation in the form of entity-headers, which if present SHOULD be associated with the requested variant.

public const int NO_CONTENT = 204;

See Also

WebServer Class | com.neokernel.httpd Namespace