public interface HttpRequest extends HttpMessage
Modifier and Type | Method and Description |
---|---|
InputStreamHttpEntity |
getInputStreamEntity() |
String |
getMethod() |
String |
getPath() |
HttpProtocol |
getProtocol() |
String |
getUri() |
getEntity, getHeaderNames, getHeaderValue, getHeaderValueIgnoreCase, getHeaderValues, getHeaderValuesIgnoreCase
HttpProtocol getProtocol()
String getPath()
String getMethod()
String getUri()
InputStreamHttpEntity getInputStreamEntity()
Copyright © 2003–2016 MuleSoft, Inc.. All rights reserved.