Documentation
¶
Index ¶
- type Requester
- func (h *Requester) AddHead(key, value string) *Requester
- func (h *Requester) AsBytes(ctx context.Context) []byte
- func (h *Requester) AsString(ctx context.Context) string
- func (h *Requester) Delete(u string, body io.Reader) *Requester
- func (h *Requester) Get(u string) *Requester
- func (h *Requester) Post(u string, body io.Reader) *Requester
- func (h *Requester) Put(u string, body io.Reader) *Requester
- func (h *Requester) Response(ctx context.Context) (*http.Response, error)
- func (h *Requester) SetHead(key, value string) *Requester
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
Click to show internal directories.
Click to hide internal directories.