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 SummaryModifier and TypeMethodDescriptionvoidprocess(IHttpRequest request, IHttpContext context) A request interceptor allows changing an HTTP request.
- 
Method Details- 
processA request interceptor allows changing an HTTP request.- Parameters:
- request- the http request to be inspected and/or modified
- context- the http context to inspect the execution state of an HTTP process
 
 
-