Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type CloseWriter ¶
type CloseWriter interface {
CloseWrite() error
}
CloseWriter is one of possible interfaces implemented by Out to send a FIN, without closing the input. Some writers only do this when Close is called.
type Config ¶
type Config struct { // ProxyAddress defines the address of the HBONE proxy we are connecting to ProxyAddress string Headers http.Header TLS *tls.Config Timeout *time.Duration }
Config defines the configuration for a given dialer. All fields other than ProxyAddress are optional
Click to show internal directories.
Click to hide internal directories.