httpUrl property

String httpUrl

http请求地址

Implementation

String get httpUrl => sslEnable ? 'https://$host:$port' : 'http://$host:$port';