public interface HttpRequest extends HttpMessage
| Modifier and Type | Method and Description |
|---|---|
static HttpRequestBuilder |
builder() |
String |
getMethod() |
String |
getPath() |
HttpProtocol |
getProtocol() |
org.mule.runtime.api.util.MultiMap<String,String> |
getQueryParams() |
String |
getUri() |
getEntity, getHeaderNames, getHeaderValue, getHeaderValueIgnoreCase, getHeaderValues, getHeaderValuesIgnoreCasestatic HttpRequestBuilder builder()
HttpRequestBuilderHttpProtocol getProtocol()
String getPath()
String getMethod()
String getUri()
Copyright © 2003–2017 MuleSoft, Inc.. All rights reserved.