cool, idiomatic framework! I tried to understand how you could possibly send some JSON in the request body and work with it in the handlers. It looks like this is not possible because only request.Form is passed to the handler (see here). Is this intentional? Would love to hear your thoughts on it.
Hi there,
cool, idiomatic framework! I tried to understand how you could possibly send some JSON in the request body and work with it in the handlers. It looks like this is not possible because only
request.Form
is passed to the handler (see here). Is this intentional? Would love to hear your thoughts on it.