package devkit

  1. Overview
  2. Docs
Development kit - general purpose library

Install

Dune Dependency

Authors

Maintainers

Sources

devkit-1.20240429.tbz
sha256=222f8ac131b1d970dab7eeb2714bfd6b9338b88b1082e6e01c136ae19e7eaef4
sha512=c9e6d93e3d21e5530c0f4d5baca51bf1f0a5d19248f8af7678d0665bb5cdf295d7aaaaa3e50eb2e44b8720e55097cc675af4dc8ec45acf9da39feb3eae1405d5

doc/devkit.ocamlnet_lite/Ocamlnet_lite/Netencoding/index.html

Module Ocamlnet_lite.NetencodingSource

Sourcemodule Url : sig ... end

Encoding/Decoding within URLs: * * The following two functions perform the '%'-substitution for * characters that may otherwise be interpreted as metacharacters. * * According to: RFC 1738, RFC 1630 * * Option plus: This option has been added because there are some * implementations that do not map ' ' to '+', for example Javascript's * escape function. The default is true because this is the RFC- * compliant definition.

Sourcemodule Html : sig ... end

Encodes characters that need protection by converting them to * entity references. E.g. "<" is converted to "&lt;". * As the entities may be named, there is a dependency on the character * set.

OCaml

Innovation. Community. Security.