package yurt

  1. Overview
  2. Docs
An HTTP framework for OCaml

Install

Dune Dependency

Authors

Maintainers

Sources

yurt-0.6.tbz
md5=881c8406d690a5ebb896a57ae93d04ec

CHANGES.md.html

0.6

  • Switch to dune

  • Major API cleanup

    • Removed respond_ prefix from response functions

    • Reorganized package layout

    • Removed status_code type

0.5

  • Update to latest Lwt

  • Added configuration file for server

0.4

  • Update to latest cohttp

0.1

  • Use topkg

  • Regex routing

  • Form parsing