You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
added methods/functions: net_operation, dns_address, dns_name, dns_record, listener_task net_listen, net_client, net_server, net_stop, net_accept, net_connect, net_bind net_read, net_write, net_close, net_peer, net_request, net_response
These functions to methods behavior depends on uri scheme, and either a libuv object or stream/fd/socket resource passed in.
added more upstream libuv network tests and examples.
added stateless_task function to cause tasks/coroutines not to keep task completion state or data.
added NetworkAssistant class for handling network message processing, works similar to PSR-7