Skip to content

Minimal OCaml bindings to the httpserver.h http server toolkit

Notifications You must be signed in to change notification settings

travisbrady/ocaml-httph

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ocaml-httph

Minimal OCaml bindings to the httpserver.h http server toolkit

Summary

This library provides a very minimal set of OCaml bindings to the httpserver.h header file. The advantage of this library is the underlying library is non-blocking, compact and reasonaby fast given my testing so far. However, there are no bells and whistles here, just a very simple http toolkit.

Installation

This library has no dependencies other than the httpserver.h header file vendored directly in the lib directory. To run the examples you'll need yojson installed which you can grab in the standard way:

$ opam install yojson

Benchmarks

See BENCH.md for a start

Alpha Notice

This is not production software, more of an experiment really.

About

Minimal OCaml bindings to the httpserver.h http server toolkit

Topics

Resources

Stars

Watchers

Forks

Packages

No packages published