更新时间:2022-02-10 GMT+08:00
HTTP方法类型
类型定义
type HttpMethodType string
常量列表
常量名 |
原始值 |
说明 |
---|---|---|
HttpMethodGet |
GET |
HTTP GET请求。 |
HttpMethodPut |
POST |
HTTP POST请求。 |
HttpMethodPost |
PUT |
HTTP PUT请求。 |
HttpMethodDelete |
DELETE |
HTTP DELETE请求。 |
HttpMethodHead |
HEAD |
HTTP HEAD请求。 |
HttpMethodOptions |
OPTIONS |
HTTP OPTIONS请求。 |
父主题: 枚举常量