Neokernel API

WebServer.EXPECTATION_FAILED Field

The expectation given in an Expect request-header field could not be met by this server, or, if the server is a proxy, the server has unambiguous evidence that the request could not be met by the next-hop server.

public const int EXPECTATION_FAILED = 417;

See Also

WebServer Class | com.neokernel.httpd Namespace