Nezteb
Response(PERMANENT_REDIRECT).header("location", "<http://google.com>")
dave
Header.LOCATION(Uri.of("<http://google.com>"), Response(PERMANENT_REDIRECT))
response.with(lens of value)
fredrik.nordin
Response(PERMANENT_REDIRECT).with(Header.LOCATION of Uri.of("<https://google.com>"))
A modern programming language that makes developers happier.