Kong / Kong/httpsnippet

Please use double quotes in the generated CURL command for windows support

Open
#115 8 comments 5 reactions 0 assignees View on GitHub
Dominant language
TypeScript
Stars
1.2k
Forks
242
PR merge metrics
No merged PRs in 30d

Description

The generated curl command used single quotes but that doesn't work for Windows users that have shell. Linux supports both single and double quotes. Changing `--header=''` to `--header=""` will enable windows users with curl to use it too :).

Contributor guide

Open the contributing guide

Research direction

Start at the TypeScript entry point that generates the curl command and trace how header arguments are quoted. Change the generated header syntax from single to double quotes, then verify that the Windows-compatible command uses double-quoted values while preserving valid Linux output.

Written by the indexing model from the issue text.

Assessment

Tech stack
typescript
Domain
tooling
Issue type
Bug
Difficulty
2/5
Estimated time
1-3 hours
Activity status
Stale
Clarity
Mostly clear
Newbie friendliness
35/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.