package tiny_httpd

  1. Overview
  2. Docs

Basic parser for lines

type 'a t = string -> int ref -> 'a
val eof : string -> int ref -> bool
val skip_space : unit t
val pos_int : int t
val pos_hex : int t
val word : string t

Parse a word without spaces

val exact : string -> unit t
OCaml

Innovation. Community. Security.