BaseHttpRequest

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>?)

Functions

Link copied to clipboard
open override fun send(url: URL, content: T)

Sends to a URL.