📜  html 请求的类型 - Html 代码示例

📅  最后修改于: 2022-03-11 14:53:04.607000             🧑  作者: Mango

代码示例1
The most common types of request methods are GET and POST but there are many others, including HEAD, PUT, DELETE, CONNECT, and OPTIONS. GET and POST are widely supported while support for other methods is sometimes limited but expanding.