Paketname | libhttp-ocaml-dev |
Beschreibung | OCaml library for writing HTTP servers |
Archiv/Repository | Offizielles Debian Archiv squeeze (main) |
Version | 0.1.4-3+b2 |
Sektion | ocaml |
Priorität | optional |
Installierte Größe | 764 Byte |
Hängt ab von | ocaml-nox-3.11.2, libpcre-ocaml-dev, libocamlnet-ocaml-dev |
Empfohlene Pakete | |
Paketbetreuer | Stefano Zacchiroli |
Quelle | ocaml-http (0.1.4-3) |
Paketgröße | 186492 Byte |
Prüfsumme MD5 | 332cee741b8ed0b5c2964147435446ba |
Prüfsumme SHA1 | db3f2e0a2ab729adfc1a4c1dd4aed0698dd3f200 |
Prüfsumme SHA256 | a64b2ad0c5fa348f981a062c603996e95063c39d093f389cc054c7d5ae7fc4f7 |
Link zum Herunterladen | libhttp-ocaml-dev_0.1.4-3+b2_i386.deb |
Ausführliche Beschreibung | OCaml HTTP is a library for the Objective Caml programming language,
used to build simple HTTP servers, largely inspired to Perl's
HTTP::Daemon module.
.
In order to implement an HTTP servers the programmer has to provide a
daemon specification which contains, among other parameters, a callback
function invoked by OCaml HTTP on well formed HTTP requests received.
HTTP responses could be sent over an out_channel connected with client
socket, accessible from the callback.
.
The library contains also facility functions that helps in creating
well formed HTTP responses and a tiny HTTP client.
|