porridgewithraisins
porridgewithraisins
DDeno
Created by Bairdy on 8/8/2023 in #help
Is there a way to show permissions used on start up during runtime?
you can read the shell history file and parse it and print it, in the worst case
4 replies
DDeno
Created by Arkatme on 8/2/2023 in #help
Set a cookie in GET and retrieve in POST
Typically this is done with query parameters. But cookies should work too
4 replies
DDeno
Created by jcayzac on 7/14/2023 in #help
std/http/server: URI too long —how to avoid loading those?
Oh wow, that sounds pretty important then. Try tagging some deno contributors and see what they have to say
6 replies
DDeno
Created by jcayzac on 7/14/2023 in #help
std/http/server: URI too long —how to avoid loading those?
Ngl I've never seen someone handle a 416 uri too long. :p. I wouldn't worry about it in your case. Whatever low level http library is anyways loading it into memory and giving that to you. Unless you change the max length down there it won't matter. Also, I'm sure the underlying http implementation already has a reasonable limit for uri length
6 replies
DDeno
Created by zing on 7/11/2023 in #help
Fresh pattern help
do it the cookie way
7 replies