menu
utopia_http package
documentation
utopia_http.dart
Http
Http constructor
Http constructor
dark_mode
light_mode
Http
constructor
Http
(
Server
server
, {
String
?
path
,
int
threads
=
1
,
})
Implementation
Http( this.server, { this.path, this.threads = 1, }) { _di = DI(); _router = Router(); }
utopia_http package
documentation
utopia_http
Http
Http constructor
Http class