# Packages
Package rio rquester io 工具包.
# Functions
Fetch 参见 *HTTPClient.Fetch, 使用默认 http 客户端.
HttpGet 简单实现 http 访问 GET 请求.
HttpPost 简单的HTTP POST方法.
NewHTTPClient 返回 HTTPClient 的指针, 预设了一些配置.
ParseCookieStr 解析 Cookie 字符串.
Req 参见 *HTTPClient.Req, 使用默认 http 客户端.
SetGlobalProxy 设置代理.
SetLocalTCPAddrList 设置网卡地址.
SetPreferIPType 设置优先的IP类型.
SetTCPHostBind 设置host绑定ip.
# Constants
DefaultUserAgent 默认浏览器标识.
IPAny 任意IP,默认取第一个域名解析的结果.
IPv4 优先使用Ipv4的域名解析地址.
IPv6 优先使用Ipv6的域名解析地址.
MaxDuration 最大的Duration.
# Variables
DefaultClient 默认 http 客户端.
ErrProxyAddrEmpty 代理地址为空.
ProxyAddr 代理地址.
UserAgent 浏览器标识.
# Structs
HTTPClient http client.
# Interfaces
No description provided by the author
No description provided by the author
# Type aliases
No description provided by the author
No description provided by the author
No description provided by the author