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
Currently, we only have tagResponse() in the bundle (for Symfony responses). Now PSR-7 has been accepted, however, we could also add this method to the library, setting tags on a PSR-7 response.
It’s then up for debate whether we want to override this in the bundle, or use Symfony’s PSR-7 bridge to convert between the two response types.