Neokernel API

WebServer.TEMPORARY_REDIRECT Field

The requested resource resides temporarily under a different URI. Since the redirection MAY 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 TEMPORARY_REDIRECT = 307;

See Also

WebServer Class | com.neokernel.httpd Namespace