toRequest method
Converts this adapter-specific request into a standard Request object.
This allows the core application logic to work with a consistent request model, abstracting away the details of the underlying adapter.
Implementation
@override
Request toRequest() => fromHttpRequest(_httpRequest);