package cohttp_static_handler

  1. Overview
  2. Docs
A library for easily creating a cohttp handler for static files

Install

Dune Dependency

Authors

Maintainers

Sources

cohttp_static_handler-v0.16.0.tar.gz
sha256=9cc326d5f2c52b9f791c735384ad08f4d800f4ee74833a187424ebe2975ef409

CHANGES.md.html

Release v0.16.0

  • Remove js_handler and embedded_js_handler from Cohttp_static_handler.Single_page_handler These functions were frequently misused and didn't allow specifying the load order of javascript on the page. Please use [create_handler] directly