ipkn / crow

Crow is very fast and easy to use C++ micro web framework (inspired by Python Flask)
BSD 3-Clause "New" or "Revised" License
7.46k stars 889 forks source link

Use case as rest client #342

Open malkindan opened 5 years ago

malkindan commented 5 years ago

Do you support a use case where crow may be used as REST client? Just send request and parse response.

The-EDev commented 3 years ago

Crow was definitely not made with that in mind, I don't believe it supports sending a request. so you're probably going to be only using request and response as data structures and building your own request sending code if you choose to go that way