mirror of
https://github.com/servo/servo.git
synced 2025-06-26 01:54:33 +01:00
2 lines
116 B
Python
2 lines
116 B
Python
def main(request, response):
|
|
return "id:%s;value:%s;" % (request.POST.first("id"), request.POST.first("value"))
|