# Functions
NewHTMLFile creates new Content htmFile for provided input path.
NewStringContent creates a new StringContent.
NewWebURL creates new Content webURL for provided input URL path.
NewZipDirectory creates new zip compressed file that recursively reads the directory at the 'dirPath' and stores in it's in-memory buffer.
# Structs
StringContent implements Content interface for an HTML string.
# Interfaces
Content is an interface used for putting the content into Client Query.