unix1 / ex_fcgi

A FastCGI client in Erlang

Repository from Github https://github.comunix1/ex_fcgiRepository from Github https://github.comunix1/ex_fcgi

ex_fcgi

ex_fcgi is a straightforward FastCGI client written in Erlang.

This is a fork of extend/ex_fcgi which is no longer maintained in that repo. I have made minor updates for dialyzer so it has a clean outpout for cowboy_fcgi.

Goals

ex_fcgi aims to implement the FastCGI protocol, more specifically the parts of it actually used in the real world. As with cowboy, do not expect any evil parameterized module or process dictionary.

This is a work in progress and suggestions are welcome; feel free to contribute by reporting problems via issues or sending pull requests.

About

A FastCGI client in Erlang

License:ISC License


Languages

Language:Erlang 99.7%Language:Makefile 0.3%Language:Ruby 0.1%