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

im.toss.http.parser.Constants Maven / Gradle / Ivy

The newest version!
package im.toss.http.parser;

class Constants {
    public static final char HTAB = '\t';
    public static final char SP = ' ';
    public static final char DQUOTE = '"';
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy