Subject: [Boost-users] Plans to add parameter parsing in Beast?
From: David Demelier (markand_at_[hidden])
Date: 2018-05-29 08:23:52


Hello,

I'm trying to use Beast, it works fine and looks promising.
Unfortunately, it looks like (unless I'm wrong) that there is no
facilities to parse URL parameters or POST data. Such as

    /foo&option1=1&option2=2

Or simply form data:

    option1=1&option2=2

Are there plans to add such things or is definitely a non-goal of Boost
Beast?

Regards,

-- 
David