Skip to content
forked from rixed/ocaml-cgi

Objective Caml library for writing CGIs

License

Notifications You must be signed in to change notification settings

sagotch/ocaml-cgi

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

31 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ocamlcgi - Objective Caml library for writing CGIs
Copyright (C) 1997 Daniel de Rauglaudre, INRIA
Copyright (C) 1998 Jean-Christophe FILLIATRE

Mainly, it provides a function to parse the CGI arguments, parse_args,
the result being an association list

  [ (FIELD1, VALUE1); (FIELD2, VALUE2); ... ]

where the form was of the kind

  <INPUT NAME="FILED1" ...>
  <INPUT NAME="FIELD2" ...>
  ...


Please send comments and bug reports to

  [email protected] OR
  [email protected]

About

Objective Caml library for writing CGIs

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • OCaml 100.0%