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.2.0.tbz
sha256=3587d8d1e297025340ab59b934acc2c96fabfc36ff60f07a7d64e7067521e631
sha512=8bb3be3ec6ff35e5ced00cd99d87c4a2f3941571cce90b54817de68374143a217b65ab1bd211a92414664a344fd41b61e1e92e908fcda900331cb14e5a2dd6f1

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

Module Cookie.DateSource

Sourcetype t = {
  1. day : Day.t option;
  2. date : int * Month.t * int;
  3. time : int * int * int option;
  4. zone : Zone.t;
}
Sourceval is_digit : char -> bool
Sourceval is_wsp : char -> bool
Sourceval two_digit : string Angstrom.t
Sourceval four_digit : string Angstrom.t
Sourceval at_least_n_digit : int -> string Angstrom.t
Sourceval one_or_two_digit : string Angstrom.t
Sourceval obs_hour : int Angstrom.t
Sourceval obs_minute : int Angstrom.t
Sourceval obs_second : int Angstrom.t
Sourceval hour : int Angstrom.t
Sourceval minute : int Angstrom.t
Sourceval second : int Angstrom.t
Sourceval obs_year : int Angstrom.t
Sourceval year : int Angstrom.t
Sourceval obs_day : int Angstrom.t
Sourceval day : int Angstrom.t
Sourceval month : Month.t Angstrom.t
Sourceval day_name : Day.t Angstrom.t
Sourceval obs_day_of_week : Day.t Angstrom.t
Sourceval day_of_week : Day.t Angstrom.t
Sourceval date : (int * Month.t * int) Angstrom.t
Sourceval time_of_day : (int * int * int option) Angstrom.t
Sourceval obs_zone : Zone.t Angstrom.t
Sourceval zone : Zone.t Angstrom.t
Sourceval time : ((int * int * int option) * Zone.t) Angstrom.t
Sourceval date_time : t Angstrom.t