DefaultHttpRequest

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>

Author

F43nd1r

Since

10.03.2017

Constructors

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

Functions

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

Sends to a URL.