
io.muserver.Toggles Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of mu-server Show documentation
Show all versions of mu-server Show documentation
A simple but powerful web server framework
The newest version!
package io.muserver;
/**
* Temporary features that might be removed without notice.
*/
public class Toggles {
/**
* An obsolete toggle that does nothing.
* @deprecated This is now unused and fixed length is always enabled
*/
public static boolean fixedLengthResponsesEnabled = false;
/**
* An obsolete toggle that does nothing.
* @deprecated Use Http2ConfigBuilder instead
*/
public static boolean http2 = false;
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy