Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( GET_METHOD = "GET" POST_METHOD = "POST" SENDTYPE_FROM = "from" SENDTYPE_JSON = "json" )
Functions ¶
Types ¶
type DownloadHandler ¶
type ExportHandler ¶
type HttpSend ¶
type HttpSend struct {
Link string
SendType string
Header map[string]string
Body map[string]string
sync.RWMutex
}
func NewHttpSend ¶
func (*HttpSend) SetSendType ¶
type ListHandler ¶
type SearchHandler ¶
Click to show internal directories.
Click to hide internal directories.