Class: FetchMethod

FetchMethod

new FetchMethod()

base/enum/FetchMethod.js, line 1

请求类型枚举类

Members

FetchMethod.deleteString

FetchMethod.delete,delete请求

Default Value:
'DELETE'

FetchMethod.getString

FetchMethod.get,get类型请求

Default Value:
'GET'

FetchMethod.postString

FetchMethod.post,post类型请求

Default Value:
'POST'

FetchMethod.putString

FetchMethod.put,put类型请求

Default Value:
'PUT'