scalar / snippetz

Opinionated HTTP snippets 🌐

Home Page:https://scalar-snippetz.netlify.app/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Add support for formData

hanspagel opened this issue · comments

There’s no support for form data yet, we need to add it.

{
  mimeType: 'application/x-www-form-urlencoded',
  params: [{ name: 'foo', value: 'bar' }],
}