package ez_api

  1. Overview
  2. No Docs
Easy API library and tools

Install

dune-project
 Dependency

Authors

Maintainers

Sources

2.1.0.tar.gz
md5=e1d03d141ef977fbd4521256c91431f1
sha512=51b0cc4e6afb0cd5ab55c0c40964946b79e0c2cc903b5d08c594292eec723a25e25463175d704c02fe559e2af5d95973514c248a603ad28ec0230c35ad2d6492

doc/ez_api.server_session/EzCookieServer/index.html

Module EzCookieServerSource

Looks up request headers and returns map of cookies (cookie_name->cokie_value)

Sourceval clear : name:string -> unit -> string * string

Discards cookie in the 'Set-Cookie' header by setting its value to empty string and its max-age to 0

Sourceval set : ?secure:bool -> ?http_only:bool -> ?expiration:int64 -> name:string -> value:string -> unit -> string * string

Creates 'Set-Cokie' header with cookie whose name, value and some parameters are specified.

OCaml

Innovation. Community. Security.