Legend:
Page
Library
Module
Module type
Parameter
Class
Class type
Source
Page
Library
Module
Module type
Parameter
Class
Class type
Source
Handler.Default
SourceDefault handler methods. Useful for bootstrapping new handlers incrementally.
You can use this module by just including it inside your new handle module:
```ocaml module My_handler = struct include Atacama.Handler.Default
(* .. define overrides .. *) end ```