All Downloads are FREE. Search and download functionalities are using the official Maven repository.

io.muserver.Toggles Maven / Gradle / Ivy

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