public interface HttpRequest
| Modifier and Type | Method and Description |
|---|---|
String |
body()
Returns the full request body.
|
Map<String,Object> |
data()
Returns additional data appended to the request by Selendroid itself.
|
String |
header(String name)
Gets the value of a given header.
|
String |
method()
Returns "GET", "POST", "PUT" or "DELETE".
|
String |
uri()
Returns the request URI.
|
Copyright © 2015. All rights reserved.