Referencing commit done on 15/04/2019 18:35:19.
In src/main.c the following two structs are used, but they are defined nowhere in any of the source or header files:
struct httplib_option_t
struct httplib_callbacks
Furthermore, the documentation note that at least embedded_c example is maintained. However this example (as all the others) references #include "civetweb.h", which does not exist anywhere.
The C++ wrappers also suffer from this missing civet stuff.
Would like to use (and possibly contribute), so please help.
Referencing commit done on 15/04/2019 18:35:19. In src/main.c the following two structs are used, but they are defined nowhere in any of the source or header files: struct httplib_option_t struct httplib_callbacks
Furthermore, the documentation note that at least embedded_c example is maintained. However this example (as all the others) references #include "civetweb.h", which does not exist anywhere.
The C++ wrappers also suffer from this missing civet stuff.
Would like to use (and possibly contribute), so please help.