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
This bool is persisted separately today. Thus each request today defaults to showing the form fields section, regardless of whether or not it uses form data.
This change should ensure it is persisted as an enum (e.g. dataType: 'formData') to allow other presets than just form data.
Please also persist the default state.
I never actually use form data. And I don't use presets either.
So every time I open RESTED I have to disable this checkbox to enter body content. That's quite annoying.
- 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)
This bool is persisted separately today. Thus each request today defaults to showing the form fields section, regardless of whether or not it uses form data.
This change should ensure it is persisted as an enum (e.g.
dataType: 'formData'
) to allow other presets than just form data.See also #85.
The text was updated successfully, but these errors were encountered: