package ez_api
 sectionYPositions = computeSectionYPositions($el), 10)"
  x-init="setTimeout(() => sectionYPositions = computeSectionYPositions($el), 10)"
  >
  
  
  Easy API library and tools
Install
    
    dune-project
 Dependency
    
    
    
    github.com
    
    
    
    
    Readme
    
    
    
    
    Changelog
    
    
    
    
    LGPL-2.1-only WITH OCaml-LGPL-linking-exception License
    
    
    
    Edit opam file
    
    
    Versions (6)
Authors
Maintainers
Sources
  
    
      1.2.0.tar.gz
    
    
        
    
  
  
  
    
  
  
    
  
        md5=55bb40d00db6cd35cbf6ef6cff63363a
    
    
  sha512=16922b231f19615ca7179a3c7d31e8c3897f2b37f574f69e06b35f12b501434c6eb85bec91cfed16ffd3eec71f8859d94bd003044a848560d434e04a0b1e99e2
    
    
  doc/src/ez_api.server_session/ezCookieServer.ml.html
Source file ezCookieServer.ml
1 2 3 4 5 6 7 8 9 10 11 12# 1 "src/session/ezCookieServer.dummy.ml" open EzAPIServerUtils let get ( _req : Req.t ) = Format.eprintf "Dummy implementation of cookie server, to install:\n`opam install cohttp`@."; StringMap.empty let set ?secure:_ ?http_only:_ (_req : Req.t) ~name ~value = Format.eprintf "Dummy implementation of cookie server, to install:\n`opam install cohttp`@."; (name, value) let clear _req ~name = (name, "")
 sectionYPositions = computeSectionYPositions($el), 10)"
  x-init="setTimeout(() => sectionYPositions = computeSectionYPositions($el), 10)"
  >