package httpcats

  1. Overview
  2. Docs
A simple HTTP client / server using h1, h2, and miou

Install

dune-project
 Dependency

Authors

Maintainers

Sources

httpcats-0.3.0.tbz
sha256=ff77d72ec8a294632e99757d1ae1a96073e6fb282d1c0e1e514b47b19976959d
sha512=0efc177c18cc74a8e24e6405331f716aeb780b528176b15c64b1e698cab0113cc25e30e0c9a075b51c1eb780c844734c8c930f9d18e351e73706d9c3d3738b85

doc/httpcats.core/Httpcats_core/Cookie/index.html

Module Httpcats_core.CookieSource

Sourcemodule Day : sig ... end
Sourcemodule Month : sig ... end
Sourcemodule Zone : sig ... end
Sourcemodule Date : sig ... end
Sourcetype parameter =
  1. | SameSite of [ `Lax | `Strict | `None ]
  2. | Path of string
  3. | Domain of string
  4. | HttpOnly
  5. | Secure
  6. | Expires of Ptime.t
  7. | MaxAge of int
Sourceval parse_rfc822_date : string -> Ptime.t option
Sourceval parse_same_site : string -> [> `Lax | `None | `Strict ] option
Sourceval parse_parameter : string -> parameter option
Sourceval parse : string -> cookie option