package yurt

  1. Overview
  2. Docs
An HTTP framework for OCaml

Install

Dune Dependency

Authors

Maintainers

Sources

yurt-0.6.tbz
sha256=35b5c3e2e89d2a786d117109fc93e2fa501ed87e925d846d45573e95ab266815
md5=881c8406d690a5ebb896a57ae93d04ec

doc/yurt/Yurt_util/index.html

Module Yurt_utilSource

Sourceval unwrap_option : 'a option -> 'a

Unwrap option and raise Not_found if opt is None

Sourceval unwrap_option_default : 'a option -> 'a -> 'a

Get the value of an option type or return `d`

Sourceval uuid4 : unit -> string

Generate a UUID (verison 4)

Sourceval safe_path_regexp : Str.regexp
Sourceval is_safe_path : ?prefix:string -> string -> bool

Check if a path contains '/..'

OCaml

Innovation. Community. Security.