1# HTTP
2
3### Introduction
4
5This sample shows how to use the **TextInput** component to enter parameters and use the **Text** component to display the return result.
6
7In this example, we'll use [SystemCapability.Communication.NetStack](https://gitee.com/openharmony/docs/blob/master/en/application-dev/reference/apis/js-apis-http.md) to initiate HTTP network requests to the destination URL based on specified configuration.
8
9Usage
10
111. When starting the sample application, configure the network request by specifying the destination URL, request mode, and request parameters.
12
132. Click **OK**. The request result page is displayed.
14
153. Click **Back** to return to the configuration page.
16
17NOTE: You can compile the http module into a **.tgz** package depending on your need.
18
19### Display Effect
20
21![](screenshots/device/index.png) ![](screenshots/device/result.png)
22
23### Required Permissions
24
25Access to the Internet: [ohos.permission.INTERNET](https://gitee.com/openharmony/docs/blob/master/en/application-dev/security/permission-list.md)
26
27### Dependency
28
29N/A
30
31### Constraints
32
331. This sample can only be run on standard-system devices that use the Rockchip RK3568 chip.
34
352. This sample demonstrates the stage model, which supports only the SDK of API version 10 (SDK version: 4.0 Release).
36
373. DevEco Studio 4.0 Release must be used.
38
394. This sample requires network connection throughout the entire process.
40