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

vertx.effect.httpclient.GetReq Maven / Gradle / Ivy

There is a newer version: 5.0.0
Show newest version
package vertx.effect.httpclient;

import vertx.effect.core.HttpReq;

public class GetReq extends HttpReq {
    public GetReq() {
        this.type = TYPE.GET;
    }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy