Age | Commit message (Collapse) | Author | |
---|---|---|---|
2018-06-30 | Add support for port and hasPort elements | Richard Walters | |
2018-06-30 | Uri: fix mistakes from last session | Richard Walters | |
* Parts of a path are called "segments", not "steps", in the RFC. * The RFC specifies that path separators are always forward slashes, so don't support other separators. | |||
2018-06-30 | Kick off Uri component | Richard Walters | |
* Can now parse URIs from strings. * This supports scheme, host, and path. * Path separator defaults to "/" but may be customized. | |||
2018-06-02 | Initial Revision. | Richard Walters | |