1
1
# Http
2
2
3
3
[ ![ 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 )
5
4
6
5
Event-driven, streaming plaintext HTTP and secure HTTPS server for [ ReactPHP] ( https://reactphp.org/ ) .
7
6
@@ -34,7 +33,7 @@ Event-driven, streaming plaintext HTTP and secure HTTPS server for [ReactPHP](ht
34
33
35
34
## Quickstart example
36
35
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.
38
37
39
38
``` php
40
39
$loop = React\EventLoop\Factory::create();
@@ -1132,13 +1131,13 @@ A non-exhaustive list of third-party middleware can be found at the [`Middleware
1132
1131
1133
1132
## Install
1134
1133
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)
1137
1136
1138
1137
This will install the latest supported version:
1139
1138
1140
1139
``` bash
1141
- $ composer require react/http:^0.8
1140
+ $ composer require react/http:^0.8.1
1142
1141
```
1143
1142
1144
1143
See 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.
1151
1150
## Tests
1152
1151
1153
1152
To 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) :
1155
1154
1156
1155
``` bash
1157
1156
$ composer install
0 commit comments