isHttp property

bool get isHttp

Checks if request is HTTP.

Implementation

bool get isHttp => _raw.requestedUri.isScheme('http');