Library: Net Responsibility
Package: Core
Header: History.h
A struct that contains each row of the urls table. It is actually nothing more than the URL split up in hostname and path, as well as the time, divided in time, date and datetime.
Timestamp date;
Timestamp dateTime;
string hostname;
string path;
Timestamp time;