package
0.8.0
Repository: https://github.com/unidoc/unihtml.git
Documentation: pkg.go.dev

# 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.