📋 从 cURL 命令导入 / 导出当前请求为 cURL
该请求不带 body
Status:
{{ resp.status }} {{ resp.statusText }}
Time:{{ resp.time }} ms
Size:{{ formatSize(resp.size) }}
Redirects:{{ resp.redirectCount }}
Content-Type:{{ resp.contentType }}
📡
填写 URL 后点击「发送」查看响应
⚠️
{{ error }}
| Name | Value |
|---|---|
| {{ h.key }} | {{ h.value }} |
| Name | Value / 属性 |
|---|---|
| {{ c.name }} |
{{ c.value }}
{{ c.attrs }}
|