struct

MySql::Connection::SSLOptions

Inherits Struct < Value < Object

Constructors

new(mode : SSLMode, key : Path | Nil = nil, cert : Path | Nil = nil, ca : Path | Nil = nil)
Source

Class methods

from_params(params : URI::Params)
Source

Instance methods

build_context
Source
ca
cert
clone
Source
copy_with(mode _mode = @mode, key _key = @key, cert _cert = @cert, ca _ca = @ca)
Source
key
mode