HTTP方法类型
更新时间: 2019-03-13 10:29
类型定义
- 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请求。 |
父主题:枚举常量