Documentation ¶ Index ¶ func Delete(ctx context.Context, url string, headers map[string]string) (*http.Response, error) func Get(ctx context.Context, url string, headers map[string]string) (*http.Response, error) func Post(ctx context.Context, url string, body []byte, headers map[string]string) (*http.Response, error) Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ func Delete ¶ func Delete(ctx context.Context, url string, headers map[string]string) (*http.Response, error) func Get ¶ func Get(ctx context.Context, url string, headers map[string]string) (*http.Response, error) func Post ¶ func Post(ctx context.Context, url string, body []byte, headers map[string]string) (*http.Response, error) Types ¶ This section is empty. Source Files ¶ View all Source files delete.goget.gopost.go Click to show internal directories. Click to hide internal directories.