# Http_Proxy

```
typedef struct Http_Proxy {...} Http_Proxy
```

#### 概述

代理配置结构体。

起始版本： 20

相关模块： [netstack](https://developer.huawei.com/consumer/cn/doc/harmonyos-references/capi-netstack)

所在头文件： [net_http_type.h](https://developer.huawei.com/consumer/cn/doc/harmonyos-references/capi-net-http-type-h)  

#### 汇总

#### 成员变量

|名称|描述|
|:--------------------------------------------------------------------------------------------------------------------------------|:--------------------------------------------------------------------------------------------------------------------------------|
|[Http_ProxyType](https://developer.huawei.com/consumer/cn/doc/harmonyos-references/capi-net-http-type-h#http_proxytype) proxyType|代理配置类型，参考[Http_ProxyType](https://developer.huawei.com/consumer/cn/doc/harmonyos-references/capi-net-http-type-h#http_proxytype)。|
|[Http_CustomProxy](https://developer.huawei.com/consumer/cn/doc/harmonyos-references/capi-netstack-http-customproxy) customProxy|自定义代理配置信息，参考[Http_CustomProxy](https://developer.huawei.com/consumer/cn/doc/harmonyos-references/capi-netstack-http-customproxy)。|

