package sihl

  1. Overview
  2. Docs
Legend:
Page
Library
Module
Module type
Parameter
Class
Class type
Source

Source file middleware_static.ml

1
2
3
let m ~local_path_f ~uri_prefix_f =
  Opium.Middleware.static ~local_path:(local_path_f ()) ~uri_prefix:(uri_prefix_f ())
;;
OCaml

Innovation. Community. Security.