Package io.revealbi.core.impl
Interface IHttpRequest
public interface IHttpRequest
-
Method Summary
-
Method Details
-
getMappingRelativePath
String getMappingRelativePath() -
getQueryString
String getQueryString() -
getMethod
String getMethod() -
getHeaderNames
Enumeration<String> getHeaderNames() -
getHeaders
-
getContentLength
long getContentLength() -
getInputStream
- Throws:
IOException
-