Behaviour: openflax.handler.
This handler should be invoked from cfg_openflax_dispatch
when the URI matches a pattern of "* " or similar.
The trailing space (shown as a plus sign in the URL) indicates the
filename is not complete. This handler will complete that filename,
if possible, and redirect the user agent to that resource.
This handler requires openflax.handler.file.
| serve/1 | Redirects the user agent from a partial filename to a full filename matching the partial filename, if any. |
| start/1 | Initializes the filename auto-completion handler. |
| stop/1 | Shuts down the auto-completion handler. |
serve(Conf::conf()) -> ok | {error, Reason}
Redirects the user agent from a partial filename to a full filename matching the partial filename, if any.
Initializes the filename auto-completion handler.
Shuts down the auto-completion handler.