liyishuai / coq-http2

MIT License
4 stars 0 forks source link

Use a proper parser monad for decoding #7

Closed Lysxia closed 6 years ago

Lysxia commented 6 years ago

This makes it possible to use a more efficient parser under the hood.

I'll also parameterize encoding by a monoid.