Skip to content

Latest commit

 

History

History
13 lines (10 loc) · 682 Bytes

README.md

File metadata and controls

13 lines (10 loc) · 682 Bytes

RIP (REST in Peace)

RIP is a simple framework for building RESTful servers in OCaml. It's basically a thin wrapper on top of Cohttp that takes care of some of the boilerplate involved in writing a RESTful server. It makes sure the proper response codes are sent when various error conditions occur, and automatically routes requests based on content-type and accept headers. Another notable feature is the support for type-safe routing to resources.

RIP is developed by Dario Teixeira <[email protected]> and is licensed under the terms of the LGPL 2.1 (with the OCaml linking exception).