| Package | Description |
|---|---|
| com.mulesoft.extensions.request.builder | |
| com.mulesoft.extensions.request.builder.request |
| Modifier and Type | Method and Description |
|---|---|
static <T> RequestBuilder<T> |
RequestBuilder.request(org.mule.runtime.http.api.client.HttpClient client,
Method method,
String path,
ResponseHandler<T> responseHandler) |
| Modifier and Type | Method and Description |
|---|---|
static Method |
Method.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Method[] |
Method.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Constructor and Description |
|---|
SimpleRequest(String path,
Method method,
org.mule.runtime.api.util.MultiMap<String,String> headers,
org.mule.runtime.api.util.MultiMap<String,String> queryParams,
org.mule.runtime.http.api.domain.entity.HttpEntity entity) |
Copyright © 2019. All rights reserved.