enum Protocol::Network::CertificateTransparencyCompliance

Overview

Whether the request complied with Certificate Transparency policy.

Defined in:

protocol/network.cr

Enum Members

Unknown = 0
NotCompliant = 1
Compliant = 2

Instance Method Summary

Class methods inherited from struct Enum

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

Instance Method Detail

def compliant? #

[View source]
def not_compliant? #

[View source]
def unknown? #

[View source]