Versions in this module Expand all Collapse all v1 v1.0.0 Jul 24, 2018 Changes in this version + func GetAttr(element *html.Node, attrName string) (string, bool) + func GetElementsByTagName(root *html.Node, tagName string) []*html.Node + func NewRequestFromForm(form *html.Node, currentURL *url.URL, filterFunc InputFilterFunc) (*http.Request, error) + type InputFilterFunc func(inputType, inputName, inputValue string) bool