http property

String get http

Implementation

static String get http => "http${isSecure ? 's' : ''}://$host";