1181 shaares
14 private links
14 private links
webify is a very basic CGI server which forwards all requests to a single script.
webify invokes your script and writes the request body to your process' stdin. Stdout is then passed back to the client as the HTTP response body.
If your script returns a non-zero exit code, the HTTP response status code will be 500.
将命令行工具转化为服务
类似项目: