hybrid-torrent-tracker
    Preparing search index...

    Interface IRequestContext

    interface IRequestContext {
        action: TrackerAction;
        isAnnounce: boolean;
        isConnect: boolean;
        isScrape: boolean;
        isSourceHTTP: boolean;
        isSourceUDP: boolean;
        sent: boolean;
    }

    Hierarchy (View Summary)

    Implemented by

    Index

    Properties

    Current action

    isAnnounce: boolean

    The current action is "announce"

    isConnect: boolean

    The current action is "connect"

    isScrape: boolean

    The current action is "scrape"

    isSourceHTTP: boolean

    The request source is HTTP

    isSourceUDP: boolean

    The request source is UDP

    sent: boolean

    Has an answer been sent