| Package | Description |
|---|---|
| com.github.restdriver.serverdriver | |
| com.github.restdriver.serverdriver.http |
| Modifier and Type | Method and Description |
|---|---|
static Url |
RestServerDriver.url(String base)
Creates a new
Url object. |
| Modifier and Type | Method and Description |
|---|---|
Url |
Url.withParam(String key,
String value)
Adds a query-string parameter to the end of the url, like ?key=val.
|
Url |
Url.withPath(String path)
Add a path to a url.
|
Copyright © 2012. All Rights Reserved.