fix: handle missing Content-Type when importing curl POST When importing a curl POST request with a body and no explicit Content-Type, default to `application/x-www-form-urlencoded` to match curl's behavior. Reference: https://everything.curl.dev/http/post/content-type.html |
||
|---|---|---|
| .. | ||
| assets | ||
| locales | ||
| public | ||
| src | ||
| .eslintrc.js | ||
| .gitignore | ||
| .prettierignore | ||
| .prettierrc.js | ||
| gql-codegen.yml | ||
| languages.json | ||
| meta.ts | ||
| package.json | ||
| tsconfig.json | ||
| type-check.mjs | ||
| vitest.config.ts | ||