public static interface RequestSpec.Body
Modifier and Type | Method and Description |
---|---|
RequestSpec.Body |
stream(Action<? super OutputStream> action) |
RequestSpec.Body |
type(String contentType) |
RequestSpec.Body type(String contentType)
RequestSpec.Body stream(Action<? super OutputStream> action) throws Exception
Exception