https://github.com/roadrunner-server/fastcgi
FastCGI protocol implementation
https://github.com/roadrunner-server/fastcgi
Last synced: about 1 year ago
JSON representation
FastCGI protocol implementation
- Host: GitHub
- URL: https://github.com/roadrunner-server/fastcgi
- Owner: roadrunner-server
- License: other
- Archived: true
- Created: 2024-02-20T23:18:07.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2024-02-20T23:25:52.000Z (over 2 years ago)
- Last Synced: 2025-02-16T12:57:53.026Z (over 1 year ago)
- Language: Rust
- Homepage:
- Size: 21.5 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# FastCGI protocol implementation [internal]
This repository is based on the [tokio-fastcgi](https://github.com/FlashSystems/tokio-fastcgi) repository.