scalaj-http
scalaj-http
scalaj.http
BaseHttp
BuildInfo
ByteBodyConnectFunc
DefaultConnectFunc
DigestAuth
FormBodyConnectFunc
Http
HttpConstants
HttpOptions
HttpRequest
HttpResponse
HttpStatusException
MultiPart
MultiPart
MultiPartConnectFunc
OAuth
PlainUrlFunc
QueryStringUrlFunc
StringBodyConnectFunc
Token
WwwAuthenticate
scalaj-http
/
scalaj.http
/
ByteBodyConnectFunc
ByteBodyConnectFunc
case
class
ByteBodyConnectFunc
(data:
Array
[
Byte
]) extends (
HttpRequest
,
HttpURLConnection
) =>
Unit
Graph
Supertypes
trait
Serializable
trait
Product
trait
Equals
trait (
HttpRequest
,
HttpURLConnection
) =>
Unit
class
Object
trait
Matchable
class
Any
Value members
Value members
Concrete methods
def
apply
(req:
HttpRequest
, conn:
HttpURLConnection
):
Unit
override
def
toString
:
String
Definition Classes
Function2
->
Any
Inherited methods
@
unspecialized
def
curried
:
HttpRequest
=>
HttpURLConnection
=>
Unit
Inherited from
Function2
def
productElementNames
:
Iterator
[
String
]
Inherited from
Product
def
productIterator
:
Iterator
[
Any
]
Inherited from
Product
@
unspecialized
def
tupled
: (
HttpRequest
,
HttpURLConnection
) =>
Unit
Inherited from
Function2