RequestBlob

Represents the different things you can upload in the body of a HTTP request. By default allows form-encoded key-value pairs, arrays of bytes, strings, files, and inputstreams. These types can be passed directly to the data parameter of Requester.apply and will be wrapped automatically by the implicit constructors.

Companion:
object
class Object
trait Matchable
class Any

Value members

Abstract methods

def write(out: OutputStream): Unit

Concrete methods

def headers: Seq[(String, String)]