| Modifier and Type | Method and Description |
|---|---|
HTTPRequest |
HTTPRequest.accept(String type) |
HTTPRequest |
HTTPRequest.auth(String authString) |
HTTPRequest |
HTTPRequest.authBasic(String user,
String password) |
HTTPRequest |
HTTPRequest.authBearer(String accessToken) |
HTTPRequest |
HTTPRequest.body(String bodyString) |
HTTPRequest |
HTTPRequest.contentType(String type) |
HTTPRequest |
HTTPRequest.header(String name,
String value) |
HTTPRequest |
HTTPRequest.pathParam(String name,
String value) |
HTTPRequest |
HTTPRequest.queryParam(String name,
String value) |
static HTTPRequest |
WS.url(String url) |
Copyright © 2012-2013 Taimos GmbH. All Rights Reserved.