Interface: aws.HTTPClient

import "../ibm-cos-sdk-go-v2/aws"

Overview

HTTPClient provides the interface to provide custom HTTPClients. Generally *http.Client is sufficient for most use cases. The HTTPClient should not follow 301 or 302 redirects.

Implemented By

http.BuildableClient

Interface Method Summary collapse

Interface Method Details

Do(*http.Request) (*http.Response, error)

This method is abstract.


14
// File 'aws/config.go', line 14

Do(*http.Request) (*http.Response, error)