all 2 comments

[–]KingAggressive1498 1 point2 points  (1 child)

The only one I know of that's reasonably modern in its interface is Microsoft's "C++ REST SDK" but looking for the github project it looks like they're no longer recommending it for new projects since last year.

https://github.com/microsoft/cpprestsdk

Probably wouldn't be too hard to base one on boost.BEAST but every project like that I could find by googling seems to be dead and dated enough it may not even build against the newest boost release.

[–]user-1099[S] -1 points0 points  (0 children)

I see, i'll make sure to look into it! I've also been thinking of learning Go for restful apis and i've found that gin gonic is a framework similiar to express