Module deno_net::raw

source ·

Enums

Functions

  • Inserts a raw stream (back?) into the resource table and returns a resource ID. This can then be used to create raw connection objects on the JS side.
  • In some cases it may be more efficient to extract the resource from the resource table and use it directly (for example, an HTTP server). This method will extract a stream from the resource table and return it, unwrapped.
  • In some cases it may be more efficient to extract the resource from the resource table and use it directly (for example, an HTTP server). This method will extract a stream from the resource table and return it, unwrapped.