Http

object Http extends BaseHttp

Default entry point to this library

class BaseHttp
class Object
trait Matchable
class Any

Value members

Inherited methods

def apply(url: String): HttpRequest
Value Params
url

the full url of the request. Querystring params can be added to a get request with the .params methods

Inherited from
BaseHttp