Module: vertx-web-js/favicon_handler

Classes

FaviconHandler

Methods

(static) FaviconHandler.create(maxAgeSeconds) → {FaviconHandler}

Create a handler with the specified max cache time
Parameters:
Name Type Description
maxAgeSeconds number max how long the file will be cached by browser, in seconds
Source:
Returns:
the handler
Type
FaviconHandler