Home / Reference tools / HTTP Request Method Reference

HTTP Request Method Reference

Compare HTTP methods by semantics, safety, idempotency, and body usage. Search rows quickly with a compact table UI.

MethodSafeIdempotentUse / note
GETYesYesRetrieve a representation of a resource
HEADYesYesSame as GET but without response body
POSTNoNoSubmit data, often causing side effects
PUTNoYesReplace the target resource representation
PATCHNoNo usuallyApply partial modifications
DELETENoYesRemove the target resource
OPTIONSYesYesDescribe communication options
CONNECTNoNoCreate a tunnel, often for HTTPS proxying

How to use this reference

Search by keyword, protocol, code, permission, extension, or command. Copy a single row or the filtered result set for notes, tickets, configuration checks, or documentation drafts.

HTTP Request Method Reference 的具体使用判断

HTTP Request Method Reference 适合处理明确、短小、非敏感的 参考查询 任务。页面保留为独立入口,是为了让用户在知道具体任务名称时能直接打开,而不是在一个大型混合工具里反复切换。Compare HTTP methods by semantics, safety, idempotency, and body usage. Search rows quickly with a compact table UI. 这样的任务通常耗时不长,但错误复制到目标系统后会造成排查成本,因此需要在复制前完成最基本的上下文检查。

重点确认参考值来源、适用环境和版本差异。参考表适合快速定位,不替代官方规范或业务系统。 对于 requestmethod 这类页面,建议使用公开样例学习操作,再处理自己的脱敏输入。输出结果如果会进入代码、配置、文档、表格、邮件、工单或客户交付材料,应把原始输入和工具输出并排保存,至少确认一次目标系统如何解释该结果。

不建议使用本页的情况