public class HttpRequestParameters extends Object
| Constructor and Description |
|---|
HttpRequestParameters() |
| Modifier and Type | Method and Description |
|---|---|
String |
getHost() |
Map<String,String> |
getHttpHeaders() |
String |
getListenerPath() |
String |
getMaskedRequestPath() |
HttpMethod |
getMethod() |
String |
getQueryString() |
HttpScheme |
getScheme() |
public HttpMethod getMethod()
public String getMaskedRequestPath()
public HttpScheme getScheme()
public String getHost()
public String getListenerPath()
public String getQueryString()
Copyright © 2024 MuleSoft, Inc.. All rights reserved.