Documentation ¶ Index ¶ func DELETE(url string, headers map[string]string) ([]byte, error) func GET(url string, headers map[string]string) ([]byte, error) func POST(url string, headers map[string]string, data []byte) ([]byte, error) Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ func DELETE ¶ func DELETE(url string, headers map[string]string) ([]byte, error) func GET ¶ func GET(url string, headers map[string]string) ([]byte, error) func POST ¶ func POST(url string, headers map[string]string, data []byte) ([]byte, error) Types ¶ This section is empty. Source Files ¶ View all Source files fetch.go Click to show internal directories. Click to hide internal directories.