Meddle and Morsel seem to be too tightly coupled. I think they need to be separated such that there is no dependency between them. MeddleRequest should be moved Morsel, as it is responsible for creating the request. Could there be a generic way of talking about the request (i.e. an interface or something) to make these libs more loosely coupled?
Meddle and Morsel seem to be too tightly coupled. I think they need to be separated such that there is no dependency between them.
MeddleRequest should be moved Morsel, as it is responsible for creating the request.
Could there be a generic way of talking about the request (i.e. an interface or something) to make these libs more loosely coupled?