api-client/packages/hoppscotch-common
shuaixr dafe56cfe9
fix: default Content-Type to x-www-form-urlencoded when importing curl POST with body (#5040)
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
2025-05-07 14:25:45 +05:30
..
assets fix: resolve typos across packages (#4867) 2025-03-12 13:53:08 +05:30
locales chore: update inspector warning regarding supported interceptors 2025-04-30 12:51:45 +05:30
public chore: added micro interactions (#3783) 2024-01-30 18:42:42 +05:30
src fix: default Content-Type to x-www-form-urlencoded when importing curl POST with body (#5040) 2025-05-07 14:25:45 +05:30
.eslintrc.js fix: lint errors removed by using satisfies or as for type (#3934) 2024-03-28 20:28:48 +05:30
.gitignore chore: split app to commons and web (squash commit) 2022-12-02 03:05:35 -05:00
.prettierignore chore: split app to commons and web (squash commit) 2022-12-02 03:05:35 -05:00
.prettierrc.js chore: hoppscotch-ui improvements (#3497) 2023-12-06 00:08:44 +05:30
gql-codegen.yml feat: introduce gql schema sdl generation to the backend (#35) 2023-03-13 18:52:50 +05:30
languages.json chore: i18n 2023-12-16 12:29:44 +05:30
meta.ts chore: make style sheets consistent (#3074) 2023-05-29 20:12:58 -04:00
package.json feat: add support for HAWK authentication (#4694) 2025-04-29 14:51:16 +05:30
tsconfig.json feat: platform independent core and the new desktop app (#4684) 2025-02-28 00:01:25 +05:30
type-check.mjs chore(common): implement enforced pre-commit type checks for FE service files (#3472) 2023-11-02 23:37:27 +05:30
vitest.config.ts feat: revamped spotlight (#3171) 2023-07-11 23:02:33 +05:30