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.
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.