You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.The text was updated successfully, but these errors were encountered: