Neokernel API

WebServer.MOVED Field

The requested resource resides temporarily under a different URI. Since the redirection might be altered on occasion, the client SHOULD continue to use the Request-URI for future requests. This response is only cacheable if indicated by a Cache-Control or Expires header field.

public const int MOVED = 302;

See Also

WebServer Class | com.neokernel.httpd Namespace