AniLink - v2.0.0
    Preparing search index...

    Type Alias OnRequestStartHandler

    OnRequestStartHandler: (context: RequestContext) => void

    A callback invoked immediately before each request attempt is sent. Use it to count request volume or correlate logs with outgoing attempts.

    Type Declaration