Interface IForwarded

interface IForwarded {
    by?: null | string;
    for: string;
    host?: null | string;
    proto?: null | string;
    secret?: null | string;
}

Implemented by

Properties

by?: null | string
for: string
host?: null | string
proto?: null | string
secret?: null | string