package ocsigenserver
sectionYPositions = computeSectionYPositions($el), 10)"
x-init="setTimeout(() => sectionYPositions = computeSectionYPositions($el), 10)"
>
A full-featured and extensible Web server
Install
dune-project
Dependency
Authors
Maintainers
Sources
8.0.0.tar.gz
md5=be7a28e3a79cc028d35c88eca538ee8b
sha512=08cdaab31864aeba743ad0c03077a6eccf1089e7b7c4078045dab9409d409144b70cc546df7881b64b780689eee642ca2391be84ab2a6a8ffee0fbed2ad5ac98
doc/accesscontrol/Accesscontrol/index.html
Module AccesscontrolSource
Accesscontrol: Conditional access to some sites
If you want to use this extension with Ocsigen Server's configuration file,
- have a look at the manual page.
- If you are using Ocsigen Server as a library, use the interface described
- here. Each of these functions behaves exactly as its configuration file counterpart.
This module belongs to ocamlfind package ocsigenserver.ext.accesscontrol.
Example of use (with Redirectmod):
let _ =
Ocsigen.Server.start
[ Ocsigen.Server.host ~regexp:".*"
[ Accesscontrol.(
if_ (not_ ssl)
[ Redirectmod.run
~redirection:
(Redirectmod.create_redirection ~full_url:false
~regexp:"(.* )" "https://yourdomain.org/\\1")
() ]
[ ... ]) ]
]Source
val if_ :
condition ->
Ocsigen.Server.instruction list ->
Ocsigen.Server.instruction list ->
Ocsigen.Server.instructionSource
val ifnotfound :
?code:string ->
Ocsigen.Server.instruction list ->
Ocsigen.Server.instruction sectionYPositions = computeSectionYPositions($el), 10)"
x-init="setTimeout(() => sectionYPositions = computeSectionYPositions($el), 10)"
>