Interface

Soup-3.0SoupServerConstructorProps

interface ConstructorProps {
    raw_paths: boolean;
    rawPaths: boolean;
    server_header: string;
    serverHeader: string;
    tls_auth_mode: Gio.TlsAuthenticationMode;
    tls_certificate: Gio.TlsCertificate;
    tls_database: Gio.TlsDatabase;
    tlsAuthMode: Gio.TlsAuthenticationMode;
    tlsCertificate: Gio.TlsCertificate;
    tlsDatabase: Gio.TlsDatabase;
}

Hierarchy (View Summary)

Index

Properties

raw_paths: boolean
rawPaths: boolean
server_header: string
serverHeader: string
tls_auth_mode: Gio.TlsAuthenticationMode
tls_certificate: Gio.TlsCertificate
tls_database: Gio.TlsDatabase
tlsCertificate: Gio.TlsCertificate
tlsDatabase: Gio.TlsDatabase