Eric Radman wrote:
One of my applications is failing under wsgikit because it requires
input from both both POST and GET variables in the fields dictionary.
This is the test I'm using:
from wsgikit.webkit.wkservlet import Page
class test(Page):
def writeBodyParts(self):
self.writeln("""
One of my applications is failing under wsgikit because it requires
input from both both POST and GET variables in the fields dictionary.
This is the test I'm using:
from wsgikit.webkit.wkservlet import Page
class test(Page):
def writeBodyParts(self):
self.writeln("""Request Method:
One of my applications is failing under wsgikit because it requires
input from both both POST and GET variables in the fields dictionary.
This is the test I'm using:
from wsgikit.webkit.wkservlet import Page
class test(Page):
def writeBodyParts(self):
self.writeln("""Request Method: