Neokernel API

WebServer.UNSUPPORTED_MEDIA_TYPE Field

The server is refusing to service the request because the entity of the request is in a format not supported by the requested resource for the requested method.

public const int UNSUPPORTED_MEDIA_TYPE = 415;

See Also

WebServer Class | com.neokernel.httpd Namespace