Fake Mirrors
    Preparing search index...

    Interface HttpServer

    Represents a HTTP server

    interface HttpServer {
        start(): Promise<void>;
        stop(): Promise<void>;
    }

    Implemented by

    Methods