I am attempting to port an example ASP.NET core backend from Turbolinks to Hotwire. (https://github.com/khalidabuhakmeh/turbolinks.net) The implementation makes use of the Turbolinks-Referrer HTTP header to identify turbo requests and attaches a Turbolinks-Location to the result.
I am not seeing anything equivalent to these headers in the Turbo Drive library. Is the use of these headers necessary at all, or can they be dropped when migrating to the new Turbo?