Skip to content

Commit

Permalink
Merge branch 'nginx-integration-tests'
Browse files Browse the repository at this point in the history
  • Loading branch information
LukasBoersma committed Sep 17, 2017
2 parents 6920f33 + 24e3dc2 commit 7b300bd
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
# FastCGI for .NET

[![Build Status](https://travis-ci.org/LukasBoersma/FastCGI.svg)](https://travis-ci.org/LukasBoersma/FastCGI)
| Windows/.NET | Linux/Mono |
| ------------ | ---------- |
| [![Build status](https://ci.appveyor.com/api/projects/status/bm1ohjrtrp878i8y?svg=true)](https://ci.appveyor.com/project/LukasBoersma/fastcgi) | [![Build Status](https://travis-ci.org/LukasBoersma/FastCGI.svg)](https://travis-ci.org/LukasBoersma/FastCGI) |

This is an implementation of [FastCGI](http://www.fastcgi.com/devkit/doc/fcgi-spec.html) for .NET, written in C#. It implements the parts of the protocol that are necessary to build a simple web application using .NET.

Expand Down

0 comments on commit 7b300bd

Please sign in to comment.