-
Notifications
You must be signed in to change notification settings - Fork 67
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Try using
httpaf
as backing http implementation (#94)
* Link OCaml Webapp Tutorial from README (#131) Link "Lightweight OCaml Webapp Tutorial" from README Followup to #127 * remove unused dependencies (#132) * feat: support cohttp lwt_stream body (#135) * Update stream impl (#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
1 parent
6ed2d45
commit e80ce7d
Showing
25 changed files
with
444 additions
and
293 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
## Things missing when compared to version based on Cohttp | ||
|
||
* ~~Request body isn't handled yet (most important task for now)~~ | ||
* No sexp derivers (Httpaf doesn't have sexp derivers for their types, consider using their pretty printers instead?) | ||
* ~~No static file serving.~~ | ||
* No cookie module (will need something similar to Cohttp's cookie module) | ||
* No SSL (https://github.com/inhabitedtype/httpaf/pull/83 should help) | ||
|
||
Update this file as more gaps are found |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.