Add two CGI example and basic Python CGI server.

This commit is contained in:
Michał Zieliński
2013-12-18 18:19:32 +01:00
parent 74a63c004f
commit 101d8bc9c3
4 changed files with 25 additions and 0 deletions

View File

@@ -0,0 +1,5 @@
import cgi
cgi.setStackTraceStdout()
var a: string = nil
a.add "foobar"