What is the best way to add headers to every response using HttpAPI? I want to add a powered-by header and add the current spans id in request id header. I believe middleware is only for requests and cant be applied to response if I am not mistaken...