11# Http
22
33[ ![ Build Status] ( https://travis-ci.org/reactphp/http.svg?branch=master )] ( https://travis-ci.org/reactphp/http )
4- [ ![ Code Climate] ( https://codeclimate.com/github/reactphp/http/badges/gpa.svg )] ( https://codeclimate.com/github/reactphp/http )
54
65Event-driven, streaming plaintext HTTP and secure HTTPS server for [ ReactPHP] ( https://reactphp.org/ ) .
76
@@ -34,7 +33,7 @@ Event-driven, streaming plaintext HTTP and secure HTTPS server for [ReactPHP](ht
3433
3534## Quickstart example
3635
37- This is an HTTP server which responds with ` Hello World ` to every request.
36+ This is an HTTP server which responds with ` Hello World! ` to every request.
3837
3938``` php
4039$loop = React\EventLoop\Factory::create();
@@ -1132,13 +1131,13 @@ A non-exhaustive list of third-party middleware can be found at the [`Middleware
11321131
11331132## Install
11341133
1135- The recommended way to install this library is [ through Composer] ( http ://getcomposer.org) .
1136- [ New to Composer?] ( http ://getcomposer.org/doc/00-intro.md)
1134+ The recommended way to install this library is [ through Composer] ( https ://getcomposer.org) .
1135+ [ New to Composer?] ( https ://getcomposer.org/doc/00-intro.md)
11371136
11381137This will install the latest supported version:
11391138
11401139``` bash
1141- $ composer require react/http:^0.8
1140+ $ composer require react/http:^0.8.1
11421141```
11431142
11441143See also the [ CHANGELOG] ( CHANGELOG.md ) for details about version upgrades.
@@ -1151,7 +1150,7 @@ It's *highly recommended to use PHP 7+* for this project.
11511150## Tests
11521151
11531152To run the test suite, you first need to clone this repo and then install all
1154- dependencies [ through Composer] ( http ://getcomposer.org) :
1153+ dependencies [ through Composer] ( https ://getcomposer.org) :
11551154
11561155``` bash
11571156$ composer install
0 commit comments