requests property
A stream of incoming requests from the underlying source.
Each event in the stream is an AdapterRequest
representing a new
request that needs to be processed by the application.
Implementation
@override
Stream<AdapterRequest> get requests => _server.map(IOAdapterRequest.new);