Skip to content

Instantly share code, notes, and snippets.

@radiosilence
Created October 5, 2011 09:05
Show Gist options
  • Save radiosilence/1263984 to your computer and use it in GitHub Desktop.
Save radiosilence/1263984 to your computer and use it in GitHub Desktop.
4 < Jerub> antihero: the api would eventually look like: def render_GET(self, request): return deferToProcess(convert_image, request.args('imageid')).addCallback(lambda image:
(request.write(image), request.close())); return NOT_DONE_YET
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment