2021-06-28 19:43:03 -04:00
|
|
|
# deno_net
|
|
|
|
|
|
|
|
This crate implements networking APIs.
|
|
|
|
|
|
|
|
This crate depends on following extensions:
|
|
|
|
|
|
|
|
- "deno_web"
|
|
|
|
- "deno_fetch"
|
|
|
|
|
|
|
|
Following ops are provided:
|
|
|
|
|
2022-10-24 08:55:39 -04:00
|
|
|
- "op_net_accept_tcp"
|
|
|
|
- "op_net_accept_unix"
|
|
|
|
- "op_net_connect_tcp"
|
|
|
|
- "op_net_connect_unix"
|
|
|
|
- "op_net_listen_tcp"
|
|
|
|
- "op_net_listen_udp"
|
|
|
|
- "op_net_listen_unix"
|
|
|
|
- "op_net_listen_unixpacket"
|
|
|
|
- "op_net_recv_udp"
|
|
|
|
- "op_net_recv_unixpacket"
|
|
|
|
- "op_net_send_udp"
|
|
|
|
- "op_net_send_unixpacket"
|
2021-06-28 19:43:03 -04:00
|
|
|
- "op_dns_resolve"
|
2022-10-24 08:55:39 -04:00
|
|
|
- "op_net_connect_tls"
|
|
|
|
- "op_net_listen_tls"
|
|
|
|
- "op_net_accept_tls"
|
2021-10-30 12:51:42 -04:00
|
|
|
- "op_tls_start"
|
2021-10-19 19:30:04 -04:00
|
|
|
- "op_tls_handshake"
|