Skip to content

Instantly share code, notes, and snippets.

View interifter's full-sized avatar

Zachary interifter

  • OR, US
View GitHub Profile
@interifter
interifter / fcgi.py
Last active December 3, 2020 19:37 — forked from antoinemartin/fcgi.py
Modified from the original to support Python34 syntax
# encoding: utf-8
# FastCGI-to-WSGI bridge for files/pipes transport (not socket)
#
# Copyright (c) 2002, 2003, 2005, 2006 Allan Saddi <allan@saddi.com>
# Copyright (c) 2011 Ruslan Keba <ruslan@helicontech.com>
# Copyright (c) 2012 Antoine Martin <antoine@openance.com>
# All rights reserved.
#
# Redistribution and use in source and binary forms, with or without