Open YuezhenQin opened 2 months ago
HTTP Method | Description | Effect |
---|---|---|
GET | Requests data from a specified resource. 请求特定的页面信息,并返回。请求参数位于请求行 。 | |
POST | Submits data to be processed to a specified resource. 向特定的资源提交数据,请求参数包含在请求体之中。 | 可能会导致新的资源的建立/ 已存在资源的修改。 |
PUT | Updates or replaces an existing resource. | 替代已存在的资源 |
DELETE | Deletes the specified resource. 请求删除特定的资源 | |
PATCH | Partially updates an existing resource. | |
HEAD | Similar to GET, but only retrieves the headers. | |
OPTIONS | Describes the communication options for the target resource. | |
CONNECT | Establishes a tunnel to the server. | |
TRACE | Performs a message loop-back test for debugging. |
`URL
`协议”