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
Modifier and TypeMethodDescriptionvoid
process
(IHttpRequest request, IHttpContext context) A request interceptor allows changing an HTTP request.
-
Method Details
-
process
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
-