NetResponsibility

struct HistoryRow

Library: Net Responsibility
Package: Core
Header: History.h

Description

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.

Variables

date

Timestamp date;

dateTime

Timestamp dateTime;

hostname

string hostname;

path

string path;

time

Timestamp time;