Neokernel API

WebServer.NOT_MODIFIED Field

If the client has performed a conditional GET request and access is allowed, but the document has not been modified, the server SHOULD respond with this status code. The 304 response MUST NOT contain a message-body, and thus is always terminated by the first empty line after the header fields.

public const int NOT_MODIFIED = 304;

See Also

WebServer Class | com.neokernel.httpd Namespace