/ohos5.0/docs/zh-cn/release-notes/api-diff/v3.1-Release/ |
H A D | js-apidiff-network.md | 116 | ohos.net.http | RequestMethod | CONNECT = "CONNECT" | 新增 | 117 | ohos.net.http | RequestMethod | TRACE = "TRACE" | 新增 | 118 | ohos.net.http | RequestMethod | DELETE = "DELETE" | 新增 | 119 | ohos.net.http | RequestMethod | PUT = "PUT" | 新增 | 120 | ohos.net.http | RequestMethod | POST = "POST" | 新增 | 121 | ohos.net.http | RequestMethod | HEAD = "HEAD" | 新增 | 122 | ohos.net.http | RequestMethod | GET = "GET" | 新增 | 123 | ohos.net.http | RequestMethod | OPTIONS = "OPTIONS" | 新增 | 135 | ohos.net.http | HttpRequestOptions | method?: RequestMethod; | 新增 |
|
/ohos5.0/docs/en/release-notes/api-diff/v3.1-Release/ |
H A D | js-apidiff-network.md | 116 | ohos.net.http | RequestMethod | CONNECT = "CONNECT" | Added| 117 | ohos.net.http | RequestMethod | TRACE = "TRACE" | Added| 118 | ohos.net.http | RequestMethod | DELETE = "DELETE" | Added| 119 | ohos.net.http | RequestMethod | PUT = "PUT" | Added| 120 | ohos.net.http | RequestMethod | POST = "POST" | Added| 121 | ohos.net.http | RequestMethod | HEAD = "HEAD" | Added| 122 | ohos.net.http | RequestMethod | GET = "GET" | Added| 123 | ohos.net.http | RequestMethod | OPTIONS = "OPTIONS" | Added| 135 | ohos.net.http | HttpRequestOptions | method?: RequestMethod; | Added|
|
/ohos5.0/foundation/communication/netstack/interfaces/kits/js/ |
H A D | @ohos.net.http.d.ts | 118 method?: RequestMethod; 1256 export enum RequestMethod {
|
/ohos5.0/docs/zh-cn/application-dev/network/ |
H A D | http-request.md | 61 method: http.RequestMethod.POST, // 可选,默认为http.RequestMethod.GET 162 method: http.RequestMethod.POST, // 可选,默认为http.RequestMethod.GET
|
/ohos5.0/docs/zh-cn/readme/ |
H A D | 网络管理子系统.md | 116 method: http.RequestMethod.POST, // 可选,默认为http.RequestMethod.GET
|
/ohos5.0/base/update/updateservice/services/core/ability/net/include/ |
H A D | network_response.h | 29 enum class RequestMethod { enum
|
/ohos5.0/docs/zh-cn/application-dev/reference/apis-network-kit/ |
H A D | js-apis-http.md | 34 method: http.RequestMethod.POST, // 可选,默认为http.RequestMethod.GET 300 method: http.RequestMethod.POST, // 可选,默认为http.RequestMethod.GET 413 method: http.RequestMethod.GET, 599 method: http.RequestMethod.POST, // 可选,默认为http.RequestMethod.GET 700 method: http.RequestMethod.GET, 1095 | method | [RequestMethod](#requestmethod) | 否 | 请求方式,默认为GET。<br>**原子化服务API… 1115 ## RequestMethod section
|
/ohos5.0/docs/en/readme/ |
H A D | network-management.md | 116 method: http.RequestMethod.POST, // Optional. The default value is http.RequestMethod.GET.
|
/ohos5.0/docs/en/application-dev/network/ |
H A D | http-request.md | 61 method: http.RequestMethod.POST, // Optional. The default value is http.RequestMethod.GET. 162 method: http.RequestMethod.POST, // Optional. The default value is http.RequestMethod.GET.
|
/ohos5.0/docs/zh-cn/application-dev/faqs/ |
H A D | faqs-network-management.md | 112 method: http.RequestMethod.GET,
|
/ohos5.0/docs/zh-cn/release-notes/changelogs/OpenHarmony_5.0.0.24/ |
H A D | changelogs-arkui.md | 108 …httpRequest.request('https://xxx.com', { method: http.RequestMethod.GET }).then((res: http.HttpRes…
|
/ohos5.0/foundation/communication/netstack/ |
H A D | README_zh.md | 70 | method | [RequestMethod](#requestmethod) | 否 | 请求方式,默认为GET。 … 82 #### RequestMethod subsubsection
|
/ohos5.0/docs/en/application-dev/reference/apis-network-kit/ |
H A D | js-apis-http.md | 34 method: http.RequestMethod.POST, // Optional. The default value is http.RequestMethod.GET. 300 method: http.RequestMethod.POST, // Optional. The default value is http.RequestMethod.GET. 413 method: http.RequestMethod.GET, 599 method: http.RequestMethod.POST, // Optional. The default value is http.RequestMethod.GET. 700 method: http.RequestMethod.GET, 1095 | method | [RequestMethod](#requestmethod) | No | Request method. The defaul… 1115 ## RequestMethod section
|
/ohos5.0/docs/zh-cn/application-dev/performance/ |
H A D | improve-file-upload-and-download-performance.md | 188 method: http.RequestMethod.POST,
|
/ohos5.0/foundation/communication/wifi/wifi/test/wifi_testapp/entry/src/main/ets/pages/subBenchmarkTest/ |
H A D | hotspotBenchmarkTest.ets | 360 method : http.RequestMethod.GET ,
|
H A D | hotspotManagerBenchmarkTest.ets | 361 method : http.RequestMethod.GET ,
|
H A D | p2pManagerBenchmarkTest.ets | 360 method : http.RequestMethod.GET ,
|
H A D | p2pBenchmarkTest.ets | 373 method : http.RequestMethod.GET ,
|
H A D | wifiBenchmarkTest.ets | 383 method : http.RequestMethod.GET ,
|
H A D | wifiManagerBenchmarkTest.ets | 379 method : http.RequestMethod.GET ,
|
/ohos5.0/docs/en/application-dev/faqs/ |
H A D | faqs-network-management.md | 112 method: http.RequestMethod.GET,
|
/ohos5.0/docs/zh-cn/release-notes/api-diff/v4.0-Release to v3.2-Release/ |
H A D | js-apidiff-communication.md | 1608 …ons;<br>方法or属性:method?: RequestMethod;<br>旧版本信息:|类名:HttpRequestOptions;<br>方法or属性:method?: Request… 1685 …pRequestOptions;<br>方法or属性:method?: RequestMethod;<br>旧版本信息:|类名:HttpRequestOptions;<br>方法or属性:meth… 1702 |跨平台能力有变化|类名:RequestMethod;<br>方法or属性:export enum RequestMethod<br>旧版本信息:|类名:RequestMethod;<br>方法or… 1703 |跨平台能力有变化|类名:RequestMethod;<br>方法or属性:OPTIONS = "OPTIONS"<br>旧版本信息:|类名:RequestMethod;<br>方法or属性:OPT… 1704 |跨平台能力有变化|类名:RequestMethod;<br>方法or属性:GET = "GET"<br>旧版本信息:|类名:RequestMethod;<br>方法or属性:GET = "GET"… 1705 |跨平台能力有变化|类名:RequestMethod;<br>方法or属性:HEAD = "HEAD"<br>旧版本信息:|类名:RequestMethod;<br>方法or属性:HEAD = "H… 1706 |跨平台能力有变化|类名:RequestMethod;<br>方法or属性:POST = "POST"<br>旧版本信息:|类名:RequestMethod;<br>方法or属性:POST = "P… 1707 |跨平台能力有变化|类名:RequestMethod;<br>方法or属性:PUT = "PUT"<br>旧版本信息:|类名:RequestMethod;<br>方法or属性:PUT = "PUT"… 1708 |跨平台能力有变化|类名:RequestMethod;<br>方法or属性:DELETE = "DELETE"<br>旧版本信息:|类名:RequestMethod;<br>方法or属性:DELET… 1709 |跨平台能力有变化|类名:RequestMethod;<br>方法or属性:TRACE = "TRACE"<br>旧版本信息:|类名:RequestMethod;<br>方法or属性:TRACE =… [all …]
|
/ohos5.0/foundation/communication/wifi/wifi/test/wifi_testapp/entry/src/main/ets/pages/subStressTest/ |
H A D | hotspotManagerStressTest.ets | 418 method : http.RequestMethod.GET ,
|
H A D | hotspotStressTest.ets | 416 method : http.RequestMethod.GET ,
|
/ohos5.0/docs/en/release-notes/changelogs/OpenHarmony_5.0.0.24/ |
H A D | changelogs-arkui.md | 107 …httpRequest.request('https://xxx.com', { method: http.RequestMethod.GET }).then((res: http.HttpRes…
|