Documentation
¶
Index ¶
- Variables
- type Configure
- func (c *Configure) Client() (client *http.Client, e error)
- func (c *Configure) Do(req *http.Request) (*http.Response, error)
- func (c *Configure) Exists() (exists bool, e error)
- func (c *Configure) GetMetadata(ctx context.Context) (modified string, size int64, e error)
- func (c *Configure) NewRequestWithContext(ctx context.Context, method, url string, body io.Reader) (req *http.Request, e error)
- func (c *Configure) Println()
- func (c *Configure) String() string
- func (c *Configure) WriteFormat(w io.Writer, prefix string) (n int, e error)
- type Status
Constants ¶
This section is empty.
Variables ¶
Functions ¶
This section is empty.
Types ¶
type Configure ¶
type Configure struct { URL string Output string Proxy string UserAgent string Head bool Header http.Header Cookie []string Insecure bool Worker int Block utils.Size ASCII bool // contains filtered or unexported fields }
func NewConfigure ¶
func (*Configure) GetMetadata ¶
func (*Configure) NewRequestWithContext ¶
Click to show internal directories.
Click to hide internal directories.