isHttp property
bool
get
isHttp
Returns true if this is an HTTP protocol
Implementation
bool get isHttp => this == ProxyProtocol.http || this == ProxyProtocol.https;
Returns true if this is an HTTP protocol
bool get isHttp => this == ProxyProtocol.http || this == ProxyProtocol.https;