URI as a class
trying to figure out the best way to create a URI as an Object
so the more limited case is the single page with an http:// address
possible extensions might include
- https://
- variables (like for search terms in the url)
but the basic stuff should be covered:
parsing basic url into:
- protocol part
- domain name part
- path part
There's a historical "snapshot" feature -- ideally this would be with some sort of rsync-like capability to only need to record changes in the cases where most of the data is unchanged. Ideally the storage of that snapshot would internally contain potentially many other URIs (and so a chase to depth n (n links) could be made from any URI to collect a historical snapshot (for today))