Fake Mirrors
    Preparing search index...

    Type Alias HttpMessageInterceptor

    HttpMessageInterceptor: (message: HttpMessage) => void

    Interceptor function type for message processing.

    Interceptors are used to modify or inspect the message at various stages of the request/response lifecycle.

    Type Declaration