Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( DEFAULT_USER_AGENT = `` /* 129-byte string literal not displayed */ DEFAULT_MOBILE_USER_AGENT = `` /* 136-byte string literal not displayed */ )
Functions ¶
This section is empty.
Types ¶
type AddHeaderTransport ¶
type AddHeaderTransport struct { T http.RoundTripper // contains filtered or unexported fields }
func NewAddHeaderTransport ¶
func NewAddHeaderTransport(T http.RoundTripper, mobile bool) *AddHeaderTransport
type Background ¶
type Background interface { Start() error io.ReadCloser }
type Foreground ¶
type Foreground interface {
Start(gin.ResponseWriter) error
}
Click to show internal directories.
Click to hide internal directories.