Neokernel API

WebServer.CONTINUE Field

The server responds to a partial request and accepts the partial request, telling the client to continue with its request body.

public static int CONTINUE;

See Also

WebServer Class | com.neokernel.httpd Namespace