evy
evy copied to clipboard
Look at package:shelf
Many of our packages are based on it - https://github.com/dart-lang/?utf8=%E2%9C%93&q=shelf&type=&language=
It would serve as a good base for this work!
Thanks for suggesting shelf, how do you thing it can be use in this project?
You could use the request/response objects and subclass them.
You could layer on top of it instead of directly connecting via dart:io.
Just ideas...maybe just get inspiration...