Skip to content

Commit

Permalink
Try using httpaf as backing http implementation (rgrinberg#94)
Browse files Browse the repository at this point in the history
* Link OCaml Webapp Tutorial from README  (rgrinberg#131)

Link "Lightweight OCaml Webapp Tutorial" from README

Followup to rgrinberg#127

* remove unused dependencies (rgrinberg#132)

* feat: support cohttp lwt_stream body (rgrinberg#135)

* Update stream impl (rgrinberg#137)

* forward headers and code

* First try with httpaf

* add logs + bigstringaf as deps

* run ocamlformat

* Fix opam files

Co-authored-by: Shon Feder <[email protected]>
  • Loading branch information
2 people authored and EduardoRFS committed Mar 15, 2020
1 parent cb8a03b commit 34df722
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions examples/hello_world.ml
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@ let print_person =
in
`Json (person |> json_of_person) |> respond')


let _ =
Logs.set_reporter (Logs_fmt.reporter ()) ;
Logs.set_level (Some Logs.Debug) ;
Expand Down

0 comments on commit 34df722

Please sign in to comment.