Results 23 comments of Sebastiano Merlino

There is a proposed PR that would add support to websockets here: https://github.com/etr/libhttpserver/pull/236 The only thing blocking it is that it moves the dependency to the experimental version forcefully rather...

Sorry for the lack on feedback and thanks for the support and for the code contribution. I think the main reason I cannot go with this change as is currently...

1) Definitely right - I am working on a refactor of some of the api. A new tag will come out pretty soon then. 2),3),4) Good Ideas. I like in...

I will be more than happy to discuss and merge :)

Hey @btiplitz, thanks for the request. Can you attach a piece of code showing what you are trying to do? I am not sure why you are having to make...

Can you provide more details on the issue and how to reproduce. Filling the template above helps as well.

Hey, I suspect this might be a bug in the configure. The library does a bit of magic to find libmicrohttpd (see: https://github.com/etr/libhttpserver/blob/master/configure.ac#L96 ) without using pkgconfig. I think that...

Hey, sorry for the late response. Did you try setting CXXFLAGS to -m32 too? That did it for me.

I think that using a standard logging format is more than just needed when building a web server. The library itself though is not a web server, but a tool...

One of the main feature I want to release this year is a system of interceptors at global ws level (pre-routing, post-routing) and at resource level (pre-handling, post-handling). The initial...