public interface RequestSpec
Modifier and Type | Interface and Description |
---|---|
static interface |
RequestSpec.Body |
Modifier and Type | Method and Description |
---|---|
RequestSpec |
body(Action<? super RequestSpec.Body> action) |
RequestSpec.Body |
getBody() |
MutableHeaders |
getHeaders() |
RequestSpec |
method(String method) |
MutableHeaders getHeaders()
RequestSpec method(String method)
RequestSpec.Body getBody()
RequestSpec body(Action<? super RequestSpec.Body> action) throws Exception
Exception