# Functions
BuildHTMLQuery creates a Query builder that is supposed to create valid.
DefaultPageParameters creates default parameters.
New creates new client with provided options.
ParseOptions parses options for the Client.
WithDefaultTimeout sets the DefaultTimeout option for the client options.
WithHostname sets the Hostname option for the client options.
WithHTTPS sets the TLS option for the client options.
WithPort sets the Port option for the client options.
WithPrefix sets the client prefix.
# Variables
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
# Structs
BySelector is a structure that defines a selector with it's query 'by' type.
Client is a structure that is a HTTP client for the unihtml server.
Options are the client options used by the HTTP client.
PageParameters are the query parameters used in the PDF generation.
PDFResponse is the response used by the HTMLConverter.
Query is a structure that contains query parameters and the content used for the HTMLConverter conversion process.
QueryBuilder is the query that converts HTMLConverter defined data.
RenderParameters are the parameters related with the rendering.
# Type aliases
Option is a function that changes client options.