Skip to content

Latest commit

 

History

History
20 lines (15 loc) · 735 Bytes

README.md

File metadata and controls

20 lines (15 loc) · 735 Bytes

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.