Interface

Soup-3.0SoupSessionConstructorProps

interface ConstructorProps {
    accept_language: string | null;
    accept_language_auto: boolean;
    acceptLanguage: string | null;
    acceptLanguageAuto: boolean;
    idle_timeout: number;
    idleTimeout: number;
    local_address: Gio.InetSocketAddress | null;
    localAddress: Gio.InetSocketAddress | null;
    max_conns: number;
    max_conns_per_host: number;
    maxConns: number;
    maxConnsPerHost: number;
    proxy_resolver: Gio.ProxyResolver | null;
    proxyResolver: Gio.ProxyResolver | null;
    remote_connectable: Gio.SocketConnectable | null;
    remoteConnectable: Gio.SocketConnectable | null;
    timeout: number;
    tls_database: Gio.TlsDatabase | null;
    tls_interaction: Gio.TlsInteraction | null;
    tlsDatabase: Gio.TlsDatabase | null;
    tlsInteraction: Gio.TlsInteraction | null;
    user_agent: string | null;
    userAgent: string | null;
}

Hierarchy (View Summary)

Index

Properties

accept_language: string | null
accept_language_auto: boolean
acceptLanguage: string | null
acceptLanguageAuto: boolean
idle_timeout: number
idleTimeout: number
local_address: Gio.InetSocketAddress | null
localAddress: Gio.InetSocketAddress | null
max_conns: number
max_conns_per_host: number
maxConns: number
maxConnsPerHost: number
proxy_resolver: Gio.ProxyResolver | null
proxyResolver: Gio.ProxyResolver | null
remote_connectable: Gio.SocketConnectable | null
remoteConnectable: Gio.SocketConnectable | null
timeout: number
tls_database: Gio.TlsDatabase | null
tls_interaction: Gio.TlsInteraction | null
tlsDatabase: Gio.TlsDatabase | null
tlsInteraction: Gio.TlsInteraction | null
user_agent: string | null
userAgent: string | null