Skip to content

Instantly share code, notes, and snippets.

View aaronnguyen's full-sized avatar

Aaron Nguyen aaronnguyen

  • California
View GitHub Profile
@bkulyk
bkulyk / cherrypy-example.py
Created August 9, 2011 01:29
Extremely simple cherrypy example
import cherrypy as http
import uuid
class rest:
@http.expose
def index(self):
return """
<html><body>
<form method='get' action='/posted'>
<input value="%s" name="uuid" size='50'/>