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
In github/fragmenta/mux/params.go file line (52), it supports either "application/x-www-form-urlencoded" or "multipart/form-data" only, is there any reason behind not including JSON datatype?
Are you planning to include it in any coming release?
Thanks in advance .
The text was updated successfully, but these errors were encountered:
So you'd like to parse params coming in as json in the body of a post request?
Good idea. I'd be interested in adding this. Would you like to have a go at it? This probably belongs more on the mux package, but happy to discuss here.
kennygrant
changed the title
I can't pass JSON content-type as parameter in ajax call
Proposal: Parse JSON params in mux
Apr 8, 2018
In github/fragmenta/mux/params.go file line (52), it supports either "application/x-www-form-urlencoded" or "multipart/form-data" only, is there any reason behind not including JSON datatype?
Are you planning to include it in any coming release?
Thanks in advance .
The text was updated successfully, but these errors were encountered: