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
The request body part of the form needs some love. This tracking issue will be the main discussion thread and point of information for this new feature.
Create a dropdown with more presets. The following presets should be supported:
- Adds request body presets
- Sets the default preset to JSON (#103)
- Persists the user's previously selected preset for
new requests (#88)
- Sets the request body to be expanded by default (#78)
- Fixes the `Content-Type` header not being visible in the
headers list (#75)
The request body part of the form needs some love. This tracking issue will be the main discussion thread and point of information for this new feature.
application/json
application/x-www-form-urlencoded
multipart/form-data
multipart/form-data
. Probablyapplication/json
. Feel free to discuss below (Content-Type should be application/x-www-form-urlencoded when 'use form data' is checked #103)Content-Type
header in the headers list when using a preset (Question regarding workings of request body #75)The text was updated successfully, but these errors were encountered: