Documentation ¶ Index ¶ func NewUrlModule(ctx *js.JSEnv) interface{} type UrlModule func (m *UrlModule) Parse(urlStr string) (map[string]interface{}, error) func (m *UrlModule) ParseQuery(query string) (map[string]interface{}, error) func (m *UrlModule) ParseRequestURI(uri string) (map[string]interface{}, error) Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ func NewUrlModule ¶ func NewUrlModule(ctx *js.JSEnv) interface{} Types ¶ type UrlModule ¶ type UrlModule struct{} func (*UrlModule) Parse ¶ func (m *UrlModule) Parse(urlStr string) (map[string]interface{}, error) func (*UrlModule) ParseQuery ¶ func (m *UrlModule) ParseQuery(query string) (map[string]interface{}, error) func (*UrlModule) ParseRequestURI ¶ func (m *UrlModule) ParseRequestURI(uri string) (map[string]interface{}, error) Source Files ¶ View all Source files url_module.go Click to show internal directories. Click to hide internal directories.