sprinfall / webcc

Lightweight C++ HTTP client and server library based on Asio for embedding purpose.
GNU Lesser General Public License v3.0
270 stars 61 forks source link

add method to retrieve all message headers #29

Open leograf opened 10 months ago

leograf commented 10 months ago

We need a simple way to access all headers assigned to a HTTP request from the server side. I think adding this simple getter method to the message.h header should suffice.