quickwebserver
quickwebserver copied to clipboard
Implementation of HTTP web server in the QuickJS Runtime
Building the executable crashes with Error: ```bash clang -flto -g -Wall -MMD -MF ./.obj/index.o.d -Wno-array-bounds -D_GNU_SOURCE -O2 -flto -c -I/usr/local/include/quickjs -o .obj/index.o index.c index.c:70736:16: error: redefinition of 'qjsc_index_size' const uint32_t...
Please Add Support for all http methods like delete and put and any other that is the only thing and I just wanna say that this project is the best...
I have successfully compiling (make) using build-shared.sh, and also can run when I am using command: qjs basic.js But, when I try to visit using curl, I get this error...