Class: FaviconHandler

vertx-web-js/favicon_handler~ FaviconHandler

new FaviconHandler()

A handler that serves favicons.

If no file system path is specified it will attempt to serve a resource called `favicon.ico` from the classpath.

Source:

Methods

handle(event)

Something has happened, so handle it.
Parameters:
Name Type Description
event RoutingContext the event to handle
Source: