| Package | Description |
|---|---|
| org.mule.runtime.http.api | |
| org.mule.runtime.http.api.domain.message.request | |
| org.mule.runtime.http.api.server |
| Modifier and Type | Method and Description |
|---|---|
static HttpConstants.Method |
HttpConstants.Method.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static HttpConstants.Method[] |
HttpConstants.Method.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
HttpRequestBuilder |
HttpRequestBuilder.method(HttpConstants.Method method) |
| Modifier and Type | Method and Description |
|---|---|
MethodRequestMatcherBuilder |
MethodRequestMatcherBuilder.add(HttpConstants.Method method)
Adds a new method to match against.
|
Copyright © 2003–2020 MuleSoft, Inc.. All rights reserved.