Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type AwsJson ¶
type AwsJson struct { Host string // required, host or host:port Path string // optional SignerV4 authv4.HttpSigner // optional AuthInfo *BasicAuth // optional SecurityToken string // optional }
func NewAwsJson ¶
Example: AwsJson := codec.NewAwsJson("foo.com:8080", codec.SetSignerV4(signer))
type Option ¶
type Option func(*AwsJson)
func SetBasicAuth ¶
func SetSecurityToken ¶
func SetSignerV4 ¶
func SetSignerV4(signer authv4.HttpSigner) Option
Click to show internal directories.
Click to hide internal directories.