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

cc.kkon.gmhttps.model.FirstLine Maven / Gradle / Ivy

There is a newer version: 0.2.1
Show newest version
package cc.kkon.gmhttps.model;

public class FirstLine {

    /**
     * uppercase, like: GET,POST...
     */
    public String method;

    public String url;

    public String version;

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy