Default Http Request
class DefaultHttpRequest(config: CoreConfiguration, context: Context, method: HttpSender.Method, contentType: String, login: String?, password: String?, connectionTimeOut: Int, socketTimeOut: Int, headers: Map<String, String>?) : BaseHttpRequest<String>
Content copied to clipboard
Author
F43nd1r
Since
10.03.2017
Constructors
DefaultHttpRequest
Link copied to clipboard
fun DefaultHttpRequest(config: CoreConfiguration, context: Context, method: HttpSender.Method, contentType: String, login: String?, password: String?, connectionTimeOut: Int, socketTimeOut: Int, headers: Map<String, String>?)
Content copied to clipboard