enum

Carton::Traffic

Inherits Enum / Comparable / Value / Object

Constants

HTTP = 80
HTTPS = 443

Instance methods

http?

Returns true if this enum value equals HTTP

Source
https?

Returns true if this enum value equals HTTPS

Source