Documentation
¶
Index ¶
- Variables
- func BuildDb() ([]map[string]string, [][]string, error)
- func Cookie(n string, v string)
- func Get(url string, client ...*http.Client) (string, error)
- func GetDetail(purl string) string
- func GetJson() ([]byte, error)
- func GetTable(s string) ([]string, error)
- func GetTableV2(s string) ([]string, error)
- func GetWithClient(url string, client *http.Client) (string, error)
- func Header(n string, v string)
- func SetDebug(d bool)
- func Show()
- func ShowJson()
- func Tag(s string) ([]string, []string, error)
- func ToJson(call []map[string]string, status [][]string) ([]byte, error)
- func WriteJson(filename string) error
- type DB
- type HTTP
Constants ¶
This section is empty.
Variables ¶
View Source
var Cookies = make(map[string]string)
Cookies contains all HTTP cookies to send
View Source
var Headers = make(map[string]string)
Headers contains all HTTP headers to send
Functions ¶
func GetTableV2 ¶
func GetWithClient ¶
GetWithClient returns the HTML returned by the url using a provided HTTP client
Types ¶
Click to show internal directories.
Click to hide internal directories.