with-secure-context ( config quot -- )
Secure sockets (SSL, TLS) ยป Secure socket contexts


Vocabulary
io.sockets.secure

Inputs
configa secure-config
quota quotation


Outputs
None

Word description
Calls the quotation in a new dynamic scope where a secure-context constructed from the specified configuration is available.

Definition