TitleLookupResult

A record of a URL lookup.

This is both used to aggregate information about the lookup, as well as to add hysteresis to lookups, so we don't look the same one up over and over if they were pasted over and over.

Constructors

this
this(HTTPQueryResponse response)

Constructor.

Members

Variables

description
string description;

The content of the web page's description tag.

domain
string domain;

Domain name of the looked up URL.

exceptionText
string exceptionText;

Message text if an exception was thrown during the lookup.

response
HTTPQueryResponse response;

The HTTP response that was received when fetching the URL.

title
string title;

Web page title, or YouTube video title.

youtubeAuthor
string youtubeAuthor;

YouTube video author, if such a YouTube link.