Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func GetOnlineURL ¶
func HandleFunc ¶
Types ¶
type IRouter ¶
type IRouter interface {
HandleFuncPrefix(prefix string, h http.HandlerFunc)
}
type Transporter ¶
func NewTransporter ¶
func NewTransporter(dstAddr, baseURL string, opts ...Option) *Transporter
func (*Transporter) Transport ¶
func (trans *Transporter) Transport(w http.ResponseWriter, r *http.Request, opts ...Option)
func (*Transporter) UI ¶
func (trans *Transporter) UI(w http.ResponseWriter, r *http.Request)
Click to show internal directories.
Click to hide internal directories.