Registry / web-framework / cgi
library0.5.1rbrubygemsunverified

Support for the Common Gateway Interface protocol for building web applications.

gem install cgi
INSTALL
IMPORT
SIG · CGI
C
cgi
web-frameworkrubyv0.5.1
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

CGI
✓ require 'cgi'

Create a simple CGI script that greets the user.

require 'cgi' cgi = CGI.new puts cgi.header puts "<html><body>Hello, #{cgi['name']}</body></html>"
Debug
Known issues

No known issues recorded.

Upgrade
Version history
0.5.1latest on RubyGems
Audit
Dependencies

No dependency data recorded yet.

Agent activity
18 hits · last 30 days
node
16
OpenAI (training)
1
Resources
cgi — gem install cgi · libregistry