server property
DenoHttpServerHost?
server
final
The active Deno HTTP server, when the runtime is serving requests.
Implementation
final DenoHttpServerHost? server;
The active Deno HTTP server, when the runtime is serving requests.
final DenoHttpServerHost? server;