vim/bundle/deoplete-go/data/json/1.7.3/darwin_amd64/net/url.json

1 line
1.1 KiB
JSON

[0, [{"class": "func", "name": "Parse", "type": "func(rawurl string) (*url.URL, error)"}, {"class": "func", "name": "ParseQuery", "type": "func(query string) (url.Values, error)"}, {"class": "func", "name": "ParseRequestURI", "type": "func(rawurl string) (*url.URL, error)"}, {"class": "func", "name": "PathEscape", "type": "func(s string) string"}, {"class": "func", "name": "PathUnescape", "type": "func(s string) (string, error)"}, {"class": "func", "name": "QueryEscape", "type": "func(s string) string"}, {"class": "func", "name": "QueryUnescape", "type": "func(s string) (string, error)"}, {"class": "func", "name": "User", "type": "func(username string) *url.Userinfo"}, {"class": "func", "name": "UserPassword", "type": "func(username string, password string) *url.Userinfo"}, {"class": "type", "name": "Error", "type": "struct"}, {"class": "type", "name": "EscapeError", "type": "string"}, {"class": "type", "name": "InvalidHostError", "type": "string"}, {"class": "type", "name": "URL", "type": "struct"}, {"class": "type", "name": "Userinfo", "type": "struct"}, {"class": "type", "name": "Values", "type": "map[string][]string"}]]