hetzner-ts
    Preparing search index...

    Interface LoadBalancerServiceHTTPConfig

    interface LoadBalancerServiceHTTPConfig {
        certificates: number[];
        cookie_lifetime: null | number;
        cookie_name: null | string;
        redirect_http: null | boolean;
        sticky_sessions: null | boolean;
    }
    Index

    Properties

    certificates: number[]
    cookie_lifetime: null | number
    cookie_name: null | string
    redirect_http: null | boolean
    sticky_sessions: null | boolean