Home
last modified time | relevance | path

Searched refs:RequestMethod (Results 1 – 25 of 35) sorted by relevance

12

/ohos5.0/docs/zh-cn/release-notes/api-diff/v3.1-Release/
H A Djs-apidiff-network.md116 | 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 Djs-apidiff-network.md116 | 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.ts118 method?: RequestMethod;
1256 export enum RequestMethod {
/ohos5.0/docs/zh-cn/application-dev/network/
H A Dhttp-request.md61 method: http.RequestMethod.POST, // 可选,默认为http.RequestMethod.GET
162 method: http.RequestMethod.POST, // 可选,默认为http.RequestMethod.GET
/ohos5.0/docs/zh-cn/readme/
H A D网络管理子系统.md116 method: http.RequestMethod.POST, // 可选,默认为http.RequestMethod.GET
/ohos5.0/base/update/updateservice/services/core/ability/net/include/
H A Dnetwork_response.h29 enum class RequestMethod { enum
/ohos5.0/docs/zh-cn/application-dev/reference/apis-network-kit/
H A Djs-apis-http.md34 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 Dnetwork-management.md116 method: http.RequestMethod.POST, // Optional. The default value is http.RequestMethod.GET.
/ohos5.0/docs/en/application-dev/network/
H A Dhttp-request.md61 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 Dfaqs-network-management.md112 method: http.RequestMethod.GET,
/ohos5.0/docs/zh-cn/release-notes/changelogs/OpenHarmony_5.0.0.24/
H A Dchangelogs-arkui.md108 …httpRequest.request('https://xxx.com', { method: http.RequestMethod.GET }).then((res: http.HttpRes…
/ohos5.0/foundation/communication/netstack/
H A DREADME_zh.md70 | method | [RequestMethod](#requestmethod) | 否 | 请求方式,默认为GET。 …
82 #### RequestMethod subsubsection
/ohos5.0/docs/en/application-dev/reference/apis-network-kit/
H A Djs-apis-http.md34 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 Dimprove-file-upload-and-download-performance.md188 method: http.RequestMethod.POST,
/ohos5.0/foundation/communication/wifi/wifi/test/wifi_testapp/entry/src/main/ets/pages/subBenchmarkTest/
H A DhotspotBenchmarkTest.ets360 method : http.RequestMethod.GET ,
H A DhotspotManagerBenchmarkTest.ets361 method : http.RequestMethod.GET ,
H A Dp2pManagerBenchmarkTest.ets360 method : http.RequestMethod.GET ,
H A Dp2pBenchmarkTest.ets373 method : http.RequestMethod.GET ,
H A DwifiBenchmarkTest.ets383 method : http.RequestMethod.GET ,
H A DwifiManagerBenchmarkTest.ets379 method : http.RequestMethod.GET ,
/ohos5.0/docs/en/application-dev/faqs/
H A Dfaqs-network-management.md112 method: http.RequestMethod.GET,
/ohos5.0/docs/zh-cn/release-notes/api-diff/v4.0-Release to v3.2-Release/
H A Djs-apidiff-communication.md1608 …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 DhotspotManagerStressTest.ets418 method : http.RequestMethod.GET ,
H A DhotspotStressTest.ets416 method : http.RequestMethod.GET ,
/ohos5.0/docs/en/release-notes/changelogs/OpenHarmony_5.0.0.24/
H A Dchangelogs-arkui.md107 …httpRequest.request('https://xxx.com', { method: http.RequestMethod.GET }).then((res: http.HttpRes…

12