isHttp property

bool get isHttp

Returns true if this is an HTTP protocol

Implementation

bool get isHttp => this == ProxyProtocol.http || this == ProxyProtocol.https;