Http_HeaderEntry
typedef struct Http_HeaderEntry {...} Http_HeaderEntry
概述
请求或者响应的标头的所有键值对。
起始版本: 20
相关模块: netstack
所在头文件: net_http_type.h
汇总
成员变量
| 名称 | 描述 |
|---|---|
| char *key | 请求或者响应的标头中的键。 |
| Http_HeaderValue *value | 请求或者响应的标头中的键对应的值,参考Http_HeaderValue。 |
| struct Http_HeaderEntry *next | 链式存储。指向下一个Http_HeaderEntry。 |
你可能感兴趣的鸿蒙文章
openharmony 鸿蒙 capi-netconnection-netconn-connectionproperties
openharmony 鸿蒙 errorcode-net-mdns
openharmony 鸿蒙 js-apis-net-ethernet-sys
openharmony 鸿蒙 errorcode-net-http
openharmony 鸿蒙 capi-netstack-http-proxy
openharmony 鸿蒙 js-apis-system-fetch
openharmony 鸿蒙 errorcode-kernel
openharmony 鸿蒙 capi-netstack-netstack-certblob