Documentation
¶
Index ¶
- type Config
- type Handler
- func (h *Handler) Get(url string, options ...Option) (Response, error)
- func (h *Handler) Post(url string, data []byte, options ...Option) (Response, error)
- func (h *Handler) Put(url string, data []byte, options ...Option) (Response, error)
- func (h *Handler) PutStream(url string, body io.Reader, options ...Option) (Response, error)
- type Option
- type Response
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Handler ¶
type Handler struct {
// contains filtered or unexported fields
}
Click to show internal directories.
Click to hide internal directories.