dylan-lang / http

HTTP server and client for Dylan
https://opendylan.org/package/http
MIT License
22 stars 11 forks source link

Remove CGI support. #50

Closed waywardmonkeys closed 10 years ago

waywardmonkeys commented 10 years ago

In this day and age, this just isn't useful / needed. People working with the http-server will be writing Dylan code that runs as part of the executable. People who need CGI support can run Apache or nginx instead.