facebook / wangle

Wangle is a framework providing a set of common client/server abstractions for building services in a consistent, modular, and composable way.
Apache License 2.0
3.04k stars 535 forks source link

could you add a simple http codec model ? #133

Open chijinxina opened 6 years ago

afrind commented 6 years ago

Can you explain in more detail what you are looking for? Also, this question may be better suited to facebook/proxygen, which is the HTTP library.

chijinxina commented 6 years ago

Thanks! I was just looking for a simple parsing component of the HTTP request, now I use the "boost::beat::http" can parse the http request with "wangle".