httpkit icon indicating copy to clipboard operation
httpkit copied to clipboard

⚡️ High-level, High-performance HTTP(S) Clients/Servers in Reason/OCaml

Results 7 httpkit issues
Sort by recently updated
recently updated
newest added

Bumps [rack](https://github.com/rack/rack) from 2.0.6 to 2.0.8. Changelog *Sourced from [rack's changelog](https://github.com/rack/rack/blob/master/CHANGELOG.md).* > # Changelog > > All notable changes to this project will be documented in this file. For info...

dependencies

After talking with @ulrikstrid about having an async router, it makes a lot of sense that the default middleware stack works asynchronously. The first step is fairly straightforward, we just...

Right now this module is fairly coupled to `http/af` and `lwt` and it's thanks to them that it's so damn fast. It might be of great value to be able...

After starting some work on this it'll require a few changes, but the overall API I'm looking forward to is: ```reason module Httpkit = Httpkit.Make(Httpkit_lwt_unix_h2); /* module Httpkit = Httpkit.Make(Httpkit_lwt_mirage_h2);...

https://github.com/mirage/ocaml-ipaddr

TLS/SSL needs to be completely configurable so we are not tied to it. @ulrikstrid had problems getting `tls` to work with `ocaml-jwt`.

Bootstrap a small docs site with the .md files we already have.