]> Sergey Matveev's repositories - public-inbox.git/commit
add example for CGI with Ruby WEBrick
authorEric Wong <e@80x24.org>
Thu, 17 Apr 2014 21:56:12 +0000 (21:56 +0000)
committerEric Wong <e@80x24.org>
Thu, 17 Apr 2014 21:57:15 +0000 (21:57 +0000)
commitae1c27f9ff9b38ba038b7cc6a19e1d9bc2cee714
treec50e4d9b9bb8f522fdd315e9044881511f8acfce
parentb926665849f6d317b97cf679becf1e315df701b0
add example for CGI with Ruby WEBrick

Some people like old-fashioned Ruby and WEBrick is in the Ruby
standard library, so widely available.
examples/cgi-webrick.rb [new file with mode: 0644]