BashLookupResult

The result of a bashforever.com lookup.

version(WithBashPlugin)
private
struct BashLookupResult {}

Members

Variables

code
uint code;

The response code of the HTTP query.

exceptionText
string exceptionText;

The exception message of any such that was thrown while fetching the quote.

lines
string[] lines;

The quote lines, as an array of strings.

quoteID
string quoteID;

The quote ID number, as a string.

responseBody
string responseBody;

The response body of the HTTP query.