| Package | Description |
|---|---|
| com.intuit.karate.http |
| Modifier and Type | Method and Description |
|---|---|
static HttpBody |
HttpBody.bytes(byte[] bytes,
String contentType) |
static HttpBody |
HttpBody.formFields(MultiValuedMap fields,
String contentType) |
static HttpBody |
HttpBody.multiPart(List<MultiPartItem> parts,
String contentType) |
static HttpBody |
HttpBody.stream(InputStream stream,
String contentType) |
static HttpBody |
HttpBody.string(String value,
String contentType) |
Copyright © 2019. All rights reserved.