| BanUnsupportedHttpMethodsInterceptor |
This interceptor causes the server to reject invocations for HTTP methods
other than those supported by the server with an HTTP 405.
|
| BaseValidatingInterceptor<T> |
This interceptor intercepts each incoming request and if it contains a FHIR resource, validates that resource.
|
| CaptureResourceSourceFromHeaderInterceptor |
This interceptor examines a header on the incoming request and places it in
Resource.meta.source (R4 and above) or in an extension on Resource.meta
with the URL http://hapifhir.io/fhir/StructureDefinition/resource-meta-source (DSTU3).
|
| CorsInterceptor |
|
| ExceptionHandlingInterceptor |
|
| InterceptorAdapter |
|
| InterceptorOrders |
|
| IServerInterceptor.ActionRequestDetails |
Deprecated.
|
| LoggingInterceptor |
Server interceptor which logs each request using a defined format
|
| RequestValidatingInterceptor |
This interceptor intercepts each incoming request and if it contains a FHIR resource, validates that resource.
|
| ResponseHighlighterInterceptor |
This interceptor detects when a request is coming from a browser, and automatically returns a response with syntax
highlighted (coloured) HTML for the response instead of just returning raw XML/JSON.
|
| ResponseValidatingInterceptor |
This interceptor intercepts each outgoing response and if it contains a FHIR resource, validates that resource.
|
| ServeMediaResourceRawInterceptor |
This interceptor allows a client to request that a Media resource be
served as the raw contents of the resource, assuming either:
The client explicitly requests the correct content type using the Accept header
The client explicitly requests raw output by adding the parameter _output=data
|
| ServerOperationInterceptorAdapter |
|
| VerboseLoggingInterceptor |
This interceptor creates verbose server log entries containing the complete request and response payloads.
|