mirage / mirage-http

HTTP combinators for MirageOS
ISC License
12 stars 3 forks source link

mirage-http -- Http abstraction and implementations for MirageOS

This is a work in progress, we need to find a good interface that abstracts and unify Cohttp and Httpaf libraries. It's split into three subpackages:

Httpaf

It doesn't work on upstream httpaf, it needs features that are pending for review:

Examples

You can take a look in test/ for a sample of client/server that use the abstraction.