https://github.com/thomasheller/fastcgi-test
Test program for FastCGI in Go
https://github.com/thomasheller/fastcgi-test
Last synced: 9 months ago
JSON representation
Test program for FastCGI in Go
- Host: GitHub
- URL: https://github.com/thomasheller/fastcgi-test
- Owner: thomasheller
- License: mit
- Created: 2017-04-17T07:40:43.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2017-04-17T07:44:32.000Z (over 8 years ago)
- Last Synced: 2025-02-13T14:39:56.993Z (11 months ago)
- Language: Go
- Size: 1000 Bytes
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# fastcgi-test
A test program for FastCGI in Go. It runs `fcgi.Serve` with default
options and returns the HTTP request for any URL that is requested.