![JAR search and dependency download from the Maven repository](/logo.png)
com.kanishka.net.commons.HTTPRequest Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of VirustotalPublicV2.0 Show documentation
Show all versions of VirustotalPublicV2.0 Show documentation
Please refer to
https://github.com/kdkanishka/Virustotal-Public-API-V2.0-Client
The newest version!
/*
* To change this template, choose Tools | Templates
* and open the template in the editor.
*/
package com.kanishka.net.commons;
import com.kanishka.net.exception.RequestNotComplete;
import com.kanishka.net.model.FormData;
import com.kanishka.net.model.Header;
import com.kanishka.net.model.MultiPartEntity;
import com.kanishka.net.model.RequestMethod;
import com.kanishka.net.model.Response;
import java.io.IOException;
import java.util.List;
/**
* @author [email protected]
*/
public interface HTTPRequest {
Response request(String urlStr, List reqHeaders,
List formData,
RequestMethod requestMethod,
List multiParts) throws
RequestNotComplete, IOException;
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy