Fauzan
Fauzan
There's few optimizations we can do to utilize Github Discussions: - Integrate [Giscus](https://giscus.app/) in hono.dev we can try to put Giscus on every necessary pages in very bottom of the...
> > Yes @yusukebe I've been meaning to talk with you about discussions. > > Yeah. Let's talk about discussions here. > > I think the first thing we have...
If path exists but method is not allowed hono should response with a 405 (method not allowed) status
> Thanks for the solution. I still think this should be the default behavior because 404 is kinda wrong if the path exists. You shouldn't tell the client that they...
> I think if want to make an XP system, we need to build the our own back-end application 😅 Because I can't find any platform who can make that...
Thanks! lets add this TSDoc! 🔥
What fetch wrapper you use or just `fetch` ? Can you give the fetch example code you use if you use `fetch`?
Looks like a problem with the fetch wrapper Did you upload the file from server or browser? If it's browser, I think Content-Type not automically change to form data with...
Nps, thanks for your answer, it may help someone in the future :)
@MathurAditya724 Reviews resolved, to decide whether is it `dot` or `transformDotNotation` naming, we can wait @yusukebe first.
Dot notation support documentation will be added here: https://hono.dev/api/request#parsebody --- ## Dot Notation ```ts // assume you pass `obj.key1` in the request body const body = await c.req.parseBody({ UNDECIDED: true...