Commit Graph

3 Commits

Author SHA1 Message Date
Scott Nichols 85d7d7ec71 correct a unmarshal error for non pointer members of apis.URL if empty string. (#594) 2019-08-22 08:03:34 -07:00
Spencer Peterson 6a881edeba document ParseURL breaking the net/url api (#571) 2019-08-14 09:58:07 -07:00
Matt Moore 57fd07886b Add support for a structured URL type. (#400)
* Add support for a structured URL type.

This type can be used to accept `url: http://asdf.com` where in code we
get a `url.URL` to interact with.

* Propagate errors parsing, cast pointer instead of copying.
2019-05-01 18:40:33 -07:00