Documentation ¶
Index ¶
- Variables
- func Get(url string, headers map[string]string) (string, error)
- func GetByte(url string, headers map[string]string) ([]byte, error)
- func PostForm(url string, data urlPkg.Values, headers map[string]string) (string, error)
- func PostJson(url string, body []byte, headers map[string]string) (string, error)
- func Request(method, url string, body io.Reader, headers map[string]string) (*http.Response, error)
- type NodeSiteConfig
- type SiteConfig
Constants ¶
This section is empty.
Variables ¶
View Source
var (
ReqSiteConfig = ReadNodeSiteConfig()
)
Functions ¶
Types ¶
type NodeSiteConfig ¶
type NodeSiteConfig = map[string]SiteConfig
func ReadNodeSiteConfig ¶
func ReadNodeSiteConfig() NodeSiteConfig
type SiteConfig ¶
Click to show internal directories.
Click to hide internal directories.