IOAdapter constructor
IOAdapter(
- 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);