Base Http Request
abstract class BaseHttpRequest<T>(config: CoreConfiguration, context: Context, method: HttpSender.Method, login: String?, password: String?, connectionTimeOut: Int, socketTimeOut: Int, headers: Map<String, String>?) : HttpRequest<T>
Author
F43nd1r
Since
03.03.2017
Inheritors
Constructors
Link copied to clipboard
constructor(config: CoreConfiguration, context: Context, method: HttpSender.Method, login: String?, password: String?, connectionTimeOut: Int, socketTimeOut: Int, headers: Map<String, String>?)