Skip to content

Commit 2a03a01

Browse files
committed
Add curl converter tool
1 parent 298d651 commit 2a03a01

4 files changed

Lines changed: 1355 additions & 1 deletion

File tree

index.json

Lines changed: 26 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"version": "1.0.0",
3-
"lastUpdated": "2026-01-02",
3+
"lastUpdated": "2026-01-24",
44
"tools": [
55
{
66
"id": "json-to-yaml",
@@ -52,6 +52,31 @@
5252
"featured": true,
5353
"repo": "https://github.com/justhtmls/html-tools"
5454
},
55+
{
56+
"id": "curl-converter",
57+
"name": "CURL 转代码工具",
58+
"slug": "curl-converter",
59+
"category": "developer",
60+
"tags": [
61+
"curl",
62+
"http",
63+
"request",
64+
"developer"
65+
],
66+
"author": "JustHTMLs",
67+
"authorUrl": "https://github.com/justhtmls",
68+
"version": "1.0.0",
69+
"description": "将 curl 命令转换成 JavaScript / Python / Java / Go 请求代码",
70+
"longDescription": "CURL 转代码工具可以把浏览器复制的 curl 命令解析成 JavaScript fetch、Python requests、Java HttpClient 与 Go net/http 代码,支持常见 headers、body 与认证配置。",
71+
"icon": "🧭",
72+
"color": "#f59e0b",
73+
"entry": "tools/curl-converter/app.html",
74+
"detail": "tools/curl-converter/index.html",
75+
"createdAt": "2026-01-24",
76+
"updatedAt": "2026-01-24",
77+
"featured": true,
78+
"repo": "https://github.com/justhtmls/html-tools"
79+
},
5580
{
5681
"id": "base64-encode",
5782
"name": "Base64 编码解码",

readme.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -85,6 +85,7 @@ JustHTMLs 是一个开源的 HTML 工具集平台,汇集各种轻量级的在
8585
### 开发者工具
8686
- CSS 压缩/格式化工具
8787
- Cron 表达式生成器
88+
- CURL 转代码工具
8889
- Gitignore 生成器
8990
- HTML 压缩器
9091
- HTML 格式化工具

0 commit comments

Comments
 (0)