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.