# README
HTTPX
This package provide a http client XClient
that improve the client in http package.
XClient
wrap the http.Client
, and allow modifying client by XClientOption
,
and allow modifying each request by XRequestOption
.
XClient
force every call provide a context, that would make much easier to work around
such as otel.
XClient
wrap the http.Client
by Client
interface, and only depend on it's Do
method.
# Functions
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
# Structs
No description provided by the author
No description provided by the author
No description provided by the author
# Interfaces
屏蔽 http.Client 复杂性,限制 XClient 最终都只能从 Do 方法调用 http.Client.
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
No description provided by the author
No description provided by the author