Intelligent Assistant
Chat with our virtual assistant to get answers promptly.
We use essential cookies for the website to function, as well as analytics cookies for analyzing and creating statistics of the website performance. To agree to the use of analytics cookies, click "Accept All". You can manage your preferences at any time by clicking "Cookie Settings" on the footer. More Information.
HarmonyOS
- typedef struct OH_Http_Interceptor_Request {
- Http_Buffer url;
- Http_Buffer method;
- OH_Http_Interceptor_Headers *headers;
- Http_Buffer body;
- } OH_Http_Interceptor_Request;
Defines a struct for the HTTP request data packet of the interceptor.
Since: 24
Related module: netstack
Header file: http_interceptor_type.h
| Name | Description |
|---|---|
| Http_Buffer url | Request URL. For details, see Http_Buffer. |
| Http_Buffer method | Request method. For details, see Http_Buffer. |
| OH_Http_Interceptor_Headers *headers | HTTP request header. For details, see OH_Http_Interceptor_Headers. |
| Http_Buffer body | Request body. For details, see Http_Buffer. |
Intelligent Assistant
Chat with our virtual assistant to get answers promptly.
Quick start
Helps you find desired resources with ease.