lammertb / libhttp

Multi platform HTTP and HTTPS library
MIT License
958 stars 131 forks source link

Missing struct definitions and #include files #54

Open boazkonig opened 5 years ago

boazkonig commented 5 years ago

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.

lammertb commented 5 years ago

Thanks for your comments. I have removed some unmaintained parts of the sourcetree and updated the documentation where appropriate.