httpd.bash
httpd.bash copied to clipboard
simple HTTP server written in bash script
Results
1
httpd.bash issues
Sort by
recently updated
recently updated
newest added
(Now doing properly) This Pull Request enhances file serving by using NMAP's NCAT to handle the connections, using the --keep-alive option. This keeps the connection alive between requests, allowing multiple...