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

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

Functions

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