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.

Members

Variables

code
uint code;

HTTP response status code.

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.

str
string str;

HTTP response body.

title
string title;

Web page title, or YouTube video title.

url
string url;

URL that was looked up.

youtubeAuthor
string youtubeAuthor;

YouTube video author, if such a YouTube link.