#

http

http related cheatsheet collection - 5 quick reference guides. Find fast, copy directly. The essential online command reference for developers and SRE.

curl Cheatsheet - curl HTTP Debugging Command Reference

2026-07-2122 commands

One-page curl HTTP debugging reference covering GET/POST basics, -v/-I/-w for detailed debugging, -x proxy & timeout, -u/-F/-o for auth and upload. Quick reference, copy directly.

curlhttp调试

HTTP Status Codes Cheatsheet - HTTP Response Status Code Reference

2026-07-2138 commands

一页速查 HTTP 状态码,覆盖 1xx 信息、2xx 成功、3xx 重定向、4xx 客户端错误、5xx 服务端错误的完整列表,含含义说明与常见排障场景。快速查找,直接复制。

http状态码nginx

MIME Types Cheatsheet - Content-Type Reference

2026-07-2147 commands

一页速查 MIME 类型与 Content-Type 对照,覆盖文本、图片、音频、视频、应用数据、文档、压缩包、字体等文件类型,HTTP 响应头和文件上传配置必备。快速查找,直接复制。

mimecontent-typehttp

RESTful API Cheatsheet - REST API Design Reference

2026-07-2146 commands

一页速查 RESTful API 设计规范,覆盖 URL 设计、HTTP 方法、状态码选择、请求头与响应格式、认证方式、最佳实践,API 开发与接口设计必备。快速查找,直接复制。

restapihttp

HTTPie Cheatsheet - HTTP Client

2026-07-1937 commands

HTTPie 常用命令一页速查:GET/POST 请求、JSON 发送、认证、文件上传、Session 管理,比 curl 更人类友好的 HTTP 客户端。

httpiehttpapi