You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Mar 14, 2026. It is now read-only.
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?