Module deno_net::raw

source ·

Structs§

  • A strongly-typed network listener resource for something that implements NetworkListenerTrait.

Enums§

Traits§

Functions§

  • 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.