Skip to content

Instantly share code, notes, and snippets.

@alfredo
Created September 15, 2011 16:20
Show Gist options
  • Save alfredo/1219704 to your computer and use it in GitHub Desktop.
Save alfredo/1219704 to your computer and use it in GitHub Desktop.
Nyan Nyan Nyan
class NyanCatMiddleware(object):
"""Nyan Nyan Nyan"""
def process_response(self, request, response):
response['X-Cat'] = "Nyan nyan nyan nyan"
return response
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment