Tsarr Documentation - v1.8.0
    Preparing search index...

    Type Alias HttpUri

    type HttpUri = {
        fullUri?: string | null;
        scheme?: string | null;
        host?: string | null;
        port?: number | null;
        path?: string | null;
        query?: string | null;
        fragment?: string | null;
    }
    Index

    Properties

    fullUri?: string | null
    scheme?: string | null
    host?: string | null
    port?: number | null
    path?: string | null
    query?: string | null
    fragment?: string | null