@stephen-shopopop/node-metrics
    Preparing search index...

    Type Alias WebServerOptions

    Configuration options for the web server.

    type WebServerOptions = {
        fetchCallback: FetchCallback;
        port?: number;
    }
    Index

    Properties

    Properties

    fetchCallback: FetchCallback

    A callback function to handle fetch requests.

    port?: number

    The port number on which the server will listen. Defaults to 0 if not specified.