Whether to automatically add <!doctype html> to a response starting with , if not
found.
// With autoDoctype: true you can just return the htmlapp.get('/', () => <html></html>)// With autoDoctype: false you must use rep.htmlapp.get('/', (req, rep) => rep.html(<html></html>)