-
eg ` { .prefix = "/hello", .handler = helloWorld(conn)}`
Or perhaps though lambdas
-
Hi Thomas, is there async/multithreading support ?
-
$ pkg-config --libs lwan
-L/usr/local/lib -llwan /usr/lib/x86_64-linux-gnu/libz.so -lpthread m
where this m option can be from?
-
In the documentation somewhere, it would be nice to compile a list of applications or examples that use libmill. I don't think there are many at the moment, but it would be nice to have a substantial …
-
-
[ 84%] Building C object common/CMakeFiles/lwan-static.dir/strbuf.c.o
/home/hdante/lwan/common/strbuf.c: In function ‘find_next_power_of_two’:
/home/hdante/lwan/common/strbuf.c:44:21: warning: convers…
-
Hello!
Great work with this library! I'm trying to build it for ARM and following your README.md steps, I tried this:
```
cmake -DZLIB_ROOT=/mnt/c/Dev/Linux/zlib -DCMAKE_BUILD_TYPE=Release ..
…
-
It's hard to discuss this in gitter due to timezone differences, so I made the issue.
The problem. I'm creating an actors library inspired by akka actors. And I want to:
1. allow async actions in …
-
I came across a very strange problem: I tried to build a small frontend for my API that includes the ability to send some text out from a textarea to the server using a POST request. For some convenin…
-
I would like to develop an http server using libmill. As a first step, I am planning to port an existing go based http server library using libmill. (https://github.com/valyala/fasthttp) Is it a good …