Files
uwsgi/plugins/http/uwsgiplugin.py
2015-04-11 22:50:11 +10:00

10 lines
129 B
Python

NAME = 'http'
CFLAGS = []
LDFLAGS = []
LIBS = []
REQUIRES = ['corerouter']
GCC_LIST = ['http', 'keepalive', 'https', 'spdy3']