cURL 코드 변환 도구
cURL 명령을 JavaScript, TypeScript, Python, Java, C#, PHP, Go, Ruby의 HTTP 요청 코드로 브라우저에서 변환하는 무료 도구입니다.
cURL input and code conversion
Bash, PowerShell, command prompt format pasting and text files are supported.
Input
직접 입력Convert
0자Analysis/conversion results
You can check the request structure read from cURL and notes on conversion.
- HTTP method
- -
- URL
- -
- header
- 0
- Additional information for this feature.
- 없음
- warning
- 0
- Confidential information candidate
- 0
Things to check
- There are no warnings.
이 도구에 대하여
You can convert cURL obtained from API documentation or developer tools into HTTP client implementations for each language.
지원 기능
- JavaScript、TypeScript、Python、Java、C#、PHP、Go、Ruby
- Method, header, JSON/form body, Basic authentication, Cookie
- Backslash in Bash, backtick in PowerShell, caret newline in cmd
- Additional information: Cookie
사용 방법
- Paste the cURL command or open the file.
- Select
- Press "Convert to code" and check the warning and conversion result.
- Copy
Safety and limitations
- It doesn't run cURL or the generated code. Please check the URL, authentication, and body before using the conversion result.
--insecure, file reference, multipart, and unsupported options are displayed in the confirmation items.- Shell-specific variable expansion, command substitution, and environment variables are not executed and are treated as strings.
- In the initial state, confidential information candidates are replaced with placeholders.
Privacy: Save
이 도구에 대하여
You can convert cURL obtained from API documentation or browser developer tools into HTTP client code in the language used for implementation.
지원 기능
- JavaScript、TypeScript、Python、Java、C#、PHP、Go、Ruby
- HTTP method, header, JSON/form body, Basic authentication, Cookie
- Multiline format and sensitive value masking in Bash, PowerShell, and Command Prompt
사용 방법
- Paste cURL commands or select and drop text files.
- Convert
- Review the parsing warnings and potential sensitive information, then copy or save the code.
제한 사항
- It does not execute cURL and generated code and does not perform any external communication.
- File references, shell variables, command substitutions, and unsupported options require manual adjustment after generation.
- In the initial state, authentication information, cookies, tokens, etc. are replaced with placeholders.
개인정보 보호: 선택한 파일과 변환·분석 결과는 브라우저에서 처리되며 Develop Tools 서버로 전송하거나 저장하지 않습니다.