Skip to content

Latest commit

 

History

History
379 lines (220 loc) · 4.88 KB

File metadata and controls

379 lines (220 loc) · 4.88 KB

email

Index

Fields

fn withAuthIdentity

withAuthIdentity(value)

PARAMETERS:

  • value (string)

fn withAuthPassword

withAuthPassword(value)

PARAMETERS:

  • value (string)

fn withAuthPasswordFile

withAuthPasswordFile(value)

PARAMETERS:

  • value (string)

fn withAuthSecret

withAuthSecret(value)

PARAMETERS:

  • value (string)

fn withAuthUsername

withAuthUsername(value)

PARAMETERS:

  • value (string)

fn withFrom

withFrom(value)

PARAMETERS:

  • value (string)

fn withHeaders

withHeaders(value)

PARAMETERS:

  • value (object)

fn withHeadersMixin

withHeadersMixin(value)

PARAMETERS:

  • value (object)

fn withHello

withHello(value)

PARAMETERS:

  • value (string)

fn withHtml

withHtml(value)

PARAMETERS:

  • value (string)

fn withRequireTls

withRequireTls(value=true)

PARAMETERS:

  • value (boolean)
    • default value: true

fn withSendResolved

withSendResolved(value=true)

PARAMETERS:

  • value (boolean)
    • default value: true

fn withSmarthost

withSmarthost(value)

PARAMETERS:

  • value (object)

fn withSmarthostMixin

withSmarthostMixin(value)

PARAMETERS:

  • value (object)

fn withText

withText(value)

PARAMETERS:

  • value (string)

fn withTlsConfig

withTlsConfig(value)

PARAMETERS:

  • value (object)

fn withTlsConfigMixin

withTlsConfigMixin(value)

PARAMETERS:

  • value (object)

fn withTo

withTo(value)

PARAMETERS:

  • value (string)

obj smarthost

fn smarthost.withHost

smarthost.withHost(value)

PARAMETERS:

  • value (string)

fn smarthost.withPort

smarthost.withPort(value)

PARAMETERS:

  • value (string)

obj tls_config

fn tls_config.withCa

tls_config.withCa(value)

PARAMETERS:

  • value (string)

fn tls_config.withCaFile

tls_config.withCaFile(value)

PARAMETERS:

  • value (string)

fn tls_config.withCert

tls_config.withCert(value)

PARAMETERS:

  • value (string)

fn tls_config.withCertFile

tls_config.withCertFile(value)

PARAMETERS:

  • value (string)

fn tls_config.withInsecureSkipVerify

tls_config.withInsecureSkipVerify(value=true)

PARAMETERS:

  • value (boolean)
    • default value: true

fn tls_config.withKey

tls_config.withKey(value)

PARAMETERS:

  • value (string)

fn tls_config.withKeyFile

tls_config.withKeyFile(value)

PARAMETERS:

  • value (string)

fn tls_config.withMaxVersion

tls_config.withMaxVersion(value)

PARAMETERS:

  • value (integer)

fn tls_config.withMinVersion

tls_config.withMinVersion(value)

PARAMETERS:

  • value (integer)

fn tls_config.withServerName

tls_config.withServerName(value)

PARAMETERS:

  • value (string)