Skip to content

Instantly share code, notes, and snippets.

@rushi216
Created July 23, 2019 16:21
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save rushi216/ccbe82f53dfa237690c83e71210bad42 to your computer and use it in GitHub Desktop.
Save rushi216/ccbe82f53dfa237690c83e71210bad42 to your computer and use it in GitHub Desktop.
1. URL encoded
Content-Type: application/x-www-form-urlencoded
2. Multipart
Content-Type: multipart/form-data
3. plain
Content-Type: text/plain
4. json
Content-Type: application/json
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment