Replies: 1 comment 3 replies
-
Hello! 👋🏼 At a high level some of the differences from cohttp-async that I personally find useful are:
Aside from the differences listed above, the other changes are around performance (in my testing shuttle performs better than cohttp-async), and in general a simpler API (no need for conduit for working with SSL encrypted connections). |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi! In this discussion on the routes repository, I saw you mention this library. It looks nice and straightforward!
I'm currently using cohttp-async, and I was wondering about the high-level (sort of philosophical) differences from that. Not necessarily about details I can read in the mli files, but more high level than that. E.g., are there certain use-cases you had in mind when designing it, or places where shuttle_http is clearly a better choice?
Thanks!
Beta Was this translation helpful? Give feedback.
All reactions