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
{{ message }}
This repository was archived by the owner on Nov 12, 2025. It is now read-only.
Add documentation about how Tangelo behaves when a content type of application/json is specified, vs. specifying application/x-www-form-urlencoded or not explicitly specifying it. In the former, any data attached to the request will be transmitted in the body of the request, while in the latter cases, it will instead be transmitted in the query arguments.
Add documentation about how Tangelo behaves when a content type of
application/jsonis specified, vs. specifyingapplication/x-www-form-urlencodedor not explicitly specifying it. In the former, any data attached to the request will be transmitted in the body of the request, while in the latter cases, it will instead be transmitted in the query arguments.See #495 for motivating issue report.
(cc @kaneplusplus)