enum Protocol::Security::CertificateErrorAction

Overview

The action to take when a certificate error occurs. continue will continue processing the request and cancel will cancel the request.

Defined in:

protocol/security.cr

Enum Members

Continue = 0
Cancel = 1

Instance Method Summary

Class methods inherited from struct Enum

parse?(string : String) : self | Nil parse?

Instance Method Detail

def cancel? #

[View source]
def continue? #

[View source]