brenocq / atta

Simulator for multi-robot systems
https://atta.brenocq.com
MIT License
19 stars 4 forks source link

Refeat HTTP interface #14

Closed brenocq closed 2 years ago

brenocq commented 2 years ago

Is your feature request related to a problem? Please describe. Today http requests are being made using cpprestsdk, but the project is not building properly for Windows and MacOS.

Feature description we want atta to implement the http interface, so that it is easy to use and we can change the underlying implementation in the future if necessary.

Tasks

brenocq commented 2 years ago

Change from cpprestsdk to cpp-netlib in commit be83a6b3fc90ba1eff15f7e5db532b6f2de3611e. The .cpp file with the Http implementation is being chosen at compilation time (.h is always http.h).