-
Notifications
You must be signed in to change notification settings - Fork 63
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
41 additions
and
14 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,19 +1,46 @@ | ||
# Perfect-HTTPServer | ||
|
||
[![Perfect logo](http://www.perfect.org/github/Perfect_GH_header_854.jpg)](http://perfect.org/get-involved.html) | ||
|
||
[![Perfect logo](http://www.perfect.org/github/Perfect_GH_button_1_Star.jpg)](https://github.com/PerfectlySoft/Perfect) | ||
[![Perfect logo](http://www.perfect.org/github/Perfect_GH_button_2_Git.jpg)](https://gitter.im/PerfectlySoft/Perfect) | ||
[![Perfect logo](http://www.perfect.org/github/Perfect_GH_button_3_twit.jpg)](https://twitter.com/perfectlysoft) | ||
[![Perfect logo](http://www.perfect.org/github/Perfect_GH_button_4_slack.jpg)](http://perfect.ly) | ||
|
||
|
||
[![Swift 3.0](https://img.shields.io/badge/Swift-3.0-orange.svg?style=flat)](https://developer.apple.com/swift/) | ||
[![Platforms OS X | Linux](https://img.shields.io/badge/Platforms-OS%20X%20%7C%20Linux%20-lightgray.svg?style=flat)](https://developer.apple.com/swift/) | ||
[![License Apache](https://img.shields.io/badge/License-Apache-lightgrey.svg?style=flat)](http://perfect.org/licensing.html) | ||
[![Twitter](https://img.shields.io/badge/[email protected]?style=flat)](http://twitter.com/PerfectlySoft) | ||
[![Join the chat at https://gitter.im/PerfectlySoft/Perfect](https://img.shields.io/badge/Gitter-Join%20Chat-brightgreen.svg)](https://gitter.im/PerfectlySoft/Perfect?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge) | ||
[![Slack Status](http://perfect.ly/badge.svg)](http://perfect.ly) | ||
<p align="center"> | ||
<a href="http://perfect.org/get-involved.html" target="_blank"> | ||
<img src="http://perfect.org/assets/github/perfect_github_2_0_0.jpg" alt="Get Involed with Perfect!" width="854" /> | ||
</a> | ||
</p> | ||
|
||
<p align="center"> | ||
<a href="https://github.com/PerfectlySoft/Perfect" target="_blank"> | ||
<img src="http://www.perfect.org/github/Perfect_GH_button_1_Star.jpg" alt="Star Perfect On Github" /> | ||
</a> | ||
<a href="https://gitter.im/PerfectlySoft/Perfect" target="_blank"> | ||
<img src="http://www.perfect.org/github/Perfect_GH_button_2_Git.jpg" alt="Chat on Gitter" /> | ||
</a> | ||
<a href="https://twitter.com/perfectlysoft" target="_blank"> | ||
<img src="http://www.perfect.org/github/Perfect_GH_button_3_twit.jpg" alt="Follow Perfect on Twitter" /> | ||
</a> | ||
<a href="http://perfect.ly" target="_blank"> | ||
<img src="http://www.perfect.org/github/Perfect_GH_button_4_slack.jpg" alt="Join the Perfect Slack" /> | ||
</a> | ||
</p> | ||
|
||
<p align="center"> | ||
<a href="https://developer.apple.com/swift/" target="_blank"> | ||
<img src="https://img.shields.io/badge/Swift-3.0-orange.svg?style=flat" alt="Swift 3.0"> | ||
</a> | ||
<a href="https://developer.apple.com/swift/" target="_blank"> | ||
<img src="https://img.shields.io/badge/Platforms-OS%20X%20%7C%20Linux%20-lightgray.svg?style=flat" alt="Platforms OS X | Linux"> | ||
</a> | ||
<a href="http://perfect.org/licensing.html" target="_blank"> | ||
<img src="https://img.shields.io/badge/License-Apache-lightgrey.svg?style=flat" alt="License Apache"> | ||
</a> | ||
<a href="http://twitter.com/PerfectlySoft" target="_blank"> | ||
<img src="https://img.shields.io/badge/[email protected]?style=flat" alt="PerfectlySoft Twitter"> | ||
</a> | ||
<a href="https://gitter.im/PerfectlySoft/Perfect?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge" target="_blank"> | ||
<img src="https://img.shields.io/badge/Gitter-Join%20Chat-brightgreen.svg" alt="Join the chat at https://gitter.im/PerfectlySoft/Perfect"> | ||
</a> | ||
<a href="http://perfect.ly" target="_blank"> | ||
<img src="http://perfect.ly/badge.svg" alt="Slack Status"> | ||
</a> | ||
</p> | ||
|
||
|
||
HTTP 1.1 Server for Perfect | ||
|