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

org.davidmoten.oa3.codegen.http.service.HttpService Maven / Gradle / Ivy

The newest version!
package org.davidmoten.oa3.codegen.http.service;

import java.io.IOException;

import org.davidmoten.oa3.codegen.http.HttpMethod;

public interface HttpService {
    HttpConnection connection(String url, HttpMethod method, Option... options) throws IOException;
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy