IOAdapter constructor

IOAdapter(
  1. HttpServer _server
)

Creates an IOAdapter that wraps the provided io.HttpServer.

The adapter will listen for incoming requests from the _server and expose them through the requests stream.

Implementation

IOAdapter(this._server);