We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d381e07 commit e2f3ebfCopy full SHA for e2f3ebf
examples/echo.ooc
@@ -2,7 +2,6 @@ use web, fastcgi
2
3
import web/Application
4
import fastcgi/Server
5
-import text/StringBuffer
6
7
EchoApplication: class extends Application {
8
processRequest: func {
examples/hello.ooc
@@ -1,6 +1,5 @@
1
use web, fastcgi
import web/[Application]
0 commit comments