FastCGI server for Lua developed in Rust
Go to file
DanyLE 1b6411bf01
All checks were successful
gitea-sync/luafcgi/pipeline/head This commit looks good
change jenkins node to workstation
2023-03-20 19:40:54 +01:00
.cargo feat: support for cross-compile on ARM64 and ARMv7HF 2023-03-20 17:46:35 +01:00
src fix: limut stdout record to 2048bytes to prevent header length overflow 2023-02-01 16:41:09 +01:00
.gitignore Merge from main 2023-01-17 01:12:06 +01:00
Cargo.lock The server now can handles multipart data 2023-01-28 04:03:12 +01:00
Cargo.toml fix: limut stdout record to 2048bytes to prevent header length overflow 2023-02-01 16:41:09 +01:00
config-example.toml Working LUA base FastCGI server 2023-01-17 00:59:57 +01:00
Jenkinsfile change jenkins node to workstation 2023-03-20 19:40:54 +01:00
README.md Merge from main 2023-01-17 01:12:06 +01:00

luafcgi

FastCGI server for Lua developed in Rust