mirror of
https://github.com/denoland/deno.git
synced 2024-12-25 00:29:09 -05:00
38a7128cdd
This commits moves implementation of net related APIs available on "Deno" namespace to "deno_net" extension. Following APIs were moved: - Deno.listen() - Deno.connect() - Deno.listenTls() - Deno.serveHttp() - Deno.shutdown() - Deno.resolveDns() - Deno.listenDatagram() - Deno.startTls() - Deno.Conn - Deno.Listener - Deno.DatagramConn |
||
---|---|---|
.. | ||
fs.rs | ||
fs_events.rs | ||
io.rs | ||
mod.rs | ||
os.rs | ||
permissions.rs | ||
plugin.rs | ||
process.rs | ||
runtime.rs | ||
signal.rs | ||
tty.rs | ||
utils.rs | ||
web_worker.rs | ||
worker_host.rs |