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

com.github.dadiyang.httpinvoker.requestor.DefaultHttpRequestor Maven / Gradle / Ivy

There is a newer version: 1.2.4
Show newest version
package com.github.dadiyang.httpinvoker.requestor;

/**
 * The default implementation of {@link Requestor} that send the request using Jsoup which is a elegant http client I've ever use.
 * 

* the parameter will be formatted according to the request method. * * @author huangxuyang * date 2018/11/1 */ public class DefaultHttpRequestor extends JsoupRequestor { }





© 2015 - 2024 Weber Informatics LLC | Privacy Policy