# Functions
NewDetectLangResponse returns a Response with detected language.
NewEmptyResponse returns an empty Response.
NewHTTPError returns an Error.
NewLanguagesResponse returns Response with a list of languages.
NewMySQLError returns an Error with the MySQL error code.
NewParseResponse returns a Response with UAST.
NewQueryResponse returns a Response with table headers and row contents.
NewSchemaResponse returns a Response with tables schema.
NewVersionResponse returns a Response with current version of the server.
UASTFilterResponse return a Response with UAST search results.
# Interfaces
HTTPError defines an Error message as it will be written in the http.Response.