package ez_api
Easy API library and tools
Install
Dune Dependency
github.com
Readme
LGPL-2.1-only WITH OCaml-LGPL-linking-exception License
Edit opam file
Versions (6)
Authors
Maintainers
Sources
v1.0.0.tar.gz
md5=d4dcb8a0be9cf87fca6471cecf083d9a
sha512=452a5de00bf0b51926d9c4c5c9062981c372ebce9ccfd0586b1e1b9b42c96721035dc7cd405e4bdd936ae0a7e69f442e4063713756b7cdac246319198fb89e2c
doc/src/ez_api/meth.ml.html
Source file meth.ml
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16
type empty = [ `OPTIONS | `HEAD ] type t = [ `GET | `POST | `PUT | `DELETE | `PATCH ] type all = [ t | empty ] let to_string : [< all ] -> string = function | `GET -> "get" | `POST -> "post" | `PUT -> "put" | `DELETE -> "delete" | `PATCH -> "patch" | `OPTIONS -> "options" | `HEAD -> "head" let headers l = let meths = String.concat "," @@ List.map to_string l in [ "access-control-allow-methods", meths ]
sectionYPositions = computeSectionYPositions($el), 10)"
x-init="setTimeout(() => sectionYPositions = computeSectionYPositions($el), 10)"
>