Package com.mendix.http
Interface IHttpRequestInterceptor
-
public interface IHttpRequestInterceptor
An Http request interceptor can be used to manipulate the content entities enclosed with messages as well as the headers.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
process(IHttpRequest request, IHttpContext context)
A request interceptor allows changing an HTTP request.
-
-
-
Method Detail
-
process
void process(IHttpRequest request, IHttpContext context)
A request interceptor allows changing an HTTP request.- Parameters:
request
- the http request to be inspected and/or modifiedcontext
- the http context to inspect the execution state of an HTTP process
-
-