MultipartHttpRequest

class MultipartHttpRequest(config: CoreConfiguration, context: Context, contentType: String, login: String?, password: String?, connectionTimeOut: Int, socketTimeOut: Int, headers: Map<String, String>?) : BaseHttpRequest<Pair<String, List<Uri>>>

Produces RFC 7578 compliant requests

Author

F43nd1r

Since

11.03.2017

Constructors

Link copied to clipboard
constructor(config: CoreConfiguration, context: Context, contentType: String, login: String?, password: String?, connectionTimeOut: Int, socketTimeOut: Int, headers: Map<String, String>?)

Types

Link copied to clipboard
object Companion

Functions

Link copied to clipboard
open override fun send(url: URL, content: Pair<String, List<Uri>>)

Sends to a URL.