package cohttp

  1. Overview
  2. Docs
type token =
  1. | STAR
  2. | SLASH
  3. | SEMI
  4. | COMMA
  5. | EQUAL
  6. | EOI
  7. | TOK of string
  8. | QS of string
val media_ranges : (Lexing.lexbuf -> token) -> Lexing.lexbuf -> (Accept_types.media_range * Accept_types.p list) Accept_types.qlist
val charsets : (Lexing.lexbuf -> token) -> Lexing.lexbuf -> Accept_types.charset Accept_types.qlist
val encodings : (Lexing.lexbuf -> token) -> Lexing.lexbuf -> Accept_types.encoding Accept_types.qlist
val languages : (Lexing.lexbuf -> token) -> Lexing.lexbuf -> Accept_types.language Accept_types.qlist
OCaml

Innovation. Community. Security.