menu
dart_wot package
documentation
binding_http.dart
HttpConfig
HttpConfig constructor
HttpConfig constructor
dark_mode
light_mode
HttpConfig
constructor
HttpConfig
(
{
int
?
port
,
bool
?
secure
,
})
Creates a new
HttpConfig
object.
Implementation
HttpConfig({this.port, this.secure});
dart_wot package
documentation
binding_http
HttpConfig
HttpConfig constructor
HttpConfig class