Replies: 1 comment 1 reply
-
It was written by @anuragsoni. From the benchmarks, it had better performance and didn't consume an additional dependency. I'll let him expand if there were any other advantages. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
The parser defined in
http
reimplements a minimal version of Angstrom. Was not using Angstrom a conscious choice? It would have several advantages, namely using more battle-tested code, less maintenance work and more interoperability - someone implementing websockets for instance could easily pickup the request headers parser fromhttp
and combine upon it.Beta Was this translation helpful? Give feedback.
All reactions