Versions in this module Expand all Collapse all v1 v1.45.7 Mar 8, 2025 Changes in this version + var Default_Client = Client + var NewRequest = http.NewRequest + func Read_Request(in io.Reader) (*http.Request, error) + type Client struct + Log_Level int + func (c Client) Do(req *http.Request) (*http.Response, error) + func (c Client) Get(addr string) (*http.Response, error) + func (c Client) Level(level int) Client + func (c Client) Redirect(fn Redirect_Func) Client + func (c Client) Status(status int) Client + func (c Client) Transport(tr *http.Transport) Client + type Cookie = http.Cookie + type Header = http.Header + type Redirect_Func func(*http.Request, []*http.Request) error + type Request = http.Request + type Response = http.Response + type Transport = http.Transport