Paketname | libhttp-ocaml-dev |
Beschreibung | OCaml library for writing HTTP servers |
Archiv/Repository | Offizielles Ubuntu Archiv lucid (universe) |
Version | 0.1.4-3build2 |
Sektion | universe/devel |
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 | Ubuntu Developers |
Quelle | ocaml-http |
Paketgröße | 180780 Byte |
Prüfsumme MD5 | f999fe63647f81ad13cbe8b69c3739b5 |
Prüfsumme SHA1 | d263625f130d8d5a7a188d6959fab0f30d429d45 |
Prüfsumme SHA256 | c0acd7302201346d5baa0998237c15316477bddab343a84abf404c458944f8a9 |
Link zum Herunterladen | libhttp-ocaml-dev_0.1.4-3build2_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.
|