Deno.serve get full path instead of only params and url
I need to get params from an url like this
but the params arnt after a ? but after a # so how do i get that using deno.serve?
http://localhost:8000/auth#token_type=Bearer&access_token=CENCORED&expires_in=604800&scope=identifybut the params arnt after a ? but after a # so how do i get that using deno.serve?
