kingmesal
kingmesal
Explore posts from servers
CDCloudflare Developers
Created by kingmesal on 10/14/2024 in #vectorize
Sure, here are a couple of the examples
NICE!!!! Thanks for letting me know.:party_blob:
4 replies
HHono
Created by kingmesal on 12/12/2024 in #help
Hono Param Parsing - bug?
20 replies
HHono
Created by kingmesal on 12/12/2024 in #help
Hono Param Parsing - bug?
param parsing is decoupled from routing table, right?
20 replies
HHono
Created by kingmesal on 12/12/2024 in #help
Hono Param Parsing - bug?
yeah .. odd that it routes properly, but the params doesn't split properly
20 replies
HHono
Created by kingmesal on 12/12/2024 in #help
Hono Param Parsing - bug?
yes
20 replies
HHono
Created by kingmesal on 12/12/2024 in #help
Hono Param Parsing - bug?
is there a way I can adjust the route configuration to produce
{
"dest": "location",
"hash": "echo-bravo-delta",
"batch": "123",
"type": "o"
}
{
"dest": "location",
"hash": "echo-bravo-delta",
"batch": "123",
"type": "o"
}
20 replies
HHono
Created by kingmesal on 12/12/2024 in #help
Hono Param Parsing - bug?
as in, i add that route to the Hono app, and when I hit the end point, it goes into the code just fine... the problem is that c.req.param() produces
{
"hash.:dest": "echo-bravo-delta.location",
"batch": "123",
"type": "o"
}
{
"hash.:dest": "echo-bravo-delta.location",
"batch": "123",
"type": "o"
}
20 replies
HHono
Created by kingmesal on 12/12/2024 in #help
Hono Param Parsing - bug?
the route is handled properly with that but the params are not parsed correctly
20 replies
HHono
Created by kingmesal on 12/12/2024 in #help
Hono Param Parsing - bug?
default router setup.
20 replies