Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type HTTPSignatureTransport ¶
type HTTPSignatureTransport struct {
Base http.RoundTripper
Key crypto.PrivateKey
Actor *vocab.Actor
// contains filtered or unexported fields
}
func New ¶
func New(initFns ...OptionFn) *HTTPSignatureTransport
type OptionFn ¶
type OptionFn func(transport *HTTPSignatureTransport) error
func WithLogger ¶
func WithTransport ¶
func WithTransport(tr http.RoundTripper) OptionFn
Click to show internal directories.
Click to hide internal directories.