struct Cloudflare::TransportLayerSecurity
- Cloudflare::TransportLayerSecurity
- Struct
- Value
- Object
Defined in:
cloudflare/tls.crConstructors
Instance Method Summary
- #hostname : String
- #hostname=(hostname : String)
- #options : Set(LibSSL::Options)
- #options=(options : Set(LibSSL::Options))
- #unwrap : OpenSSL::SSL::Context::Client
- #verifyMode : LibSSL::VerifyMode | Nil
- #verifyMode=(verifyMode : LibSSL::VerifyMode | Nil)
Constructor Detail
def self.new(hostname : String, options : Set(LibSSL::Options), verifyMode : LibSSL::VerifyMode | Nil)
#