HttpTransport.http constructor
A plaintext HTTP/WS transport bound to address:port. Pass port: 0
for an ephemeral port.
Implementation
factory HttpTransport.http({Object address = '0.0.0.0', required int port}) =>
HttpTransport._(address: address, port: port, secure: false);