Deno port of forwarded library.
import { forwarded } from 'https://deno.land/x/forwarded/mod.ts'
Deno.serve((req) => new Response(JSON.stringify(forwarded(req)))
Get all addresses in the request, using the X-Forwarded-For
header.
Parse the X-Forwarded-For header.