1- # Contributte > HTTP
1+ # Contributte HTTP
22
3- :sparkles : Extra contribution to [ ` nette/http ` ] ( https://github.com/nette/http ) .
4-
5- -----
3+ Extra contribution to [ ` nette/http ` ] ( https://github.com/nette/http ) .
64
75[ ![ Build Status] ( https://img.shields.io/travis/contributte/http.svg?style=flat-square )] ( https://travis-ci.org/contributte/http )
86[ ![ Code coverage] ( https://img.shields.io/coveralls/contributte/http.svg?style=flat-square )] ( https://coveralls.io/r/contributte/http )
97[ ![ Licence] ( https://img.shields.io/packagist/l/contributte/http.svg?style=flat-square )] ( https://packagist.org/packages/contributte/http )
108[ ![ Downloads this Month] ( https://img.shields.io/packagist/dm/contributte/http.svg?style=flat-square )] ( https://packagist.org/packages/contributte/http )
119[ ![ Downloads total] ( https://img.shields.io/packagist/dt/contributte/http.svg?style=flat-square )] ( https://packagist.org/packages/contributte/http )
1210[ ![ Latest stable] ( https://img.shields.io/packagist/v/contributte/http.svg?style=flat-square )] ( https://packagist.org/packages/contributte/http )
13- [ ![ PHPStan] ( https://img.shields.io/badge/PHPStan-enabled-brightgreen.svg?style=flat )] ( https://github.com/phpstan/phpstan )
11+ [ ![ PHPStan] ( https://img.shields.io/badge/PHPStan-enabled-brightgreen.svg?style=flat-square )] ( https://github.com/phpstan/phpstan )
1412
1513## Discussion / Help
1614
1715[ ![ Join the chat] ( https://img.shields.io/gitter/room/contributte/contributte.svg?style=flat-square )] ( http://bit.ly/ctteg )
1816
19- ## Install
17+ ## Documentation
2018
21- ```
22- composer require contributte/http
23- ```
19+ - [ Setup] ( .docs/README.md#setup )
20+ - [ Curl - simple http client (CurlExtension)] ( .docs/README.md#curl )
21+ - [ SAPI - fake request (CliRequestExtension)] ( .docs/README.md#sapi )
22+ - [ BasicAuth - simple basic authentication] ( .docs/README.md#basic-authentication )
23+ - [ Useful classes] ( .docs/README.md#useful-classes )
24+ - [ Url] ( .docs/README.md#url )
2425
2526## Versions
2627
@@ -30,14 +31,6 @@ composer require contributte/http
3031| stable | ` ^0.2 ` | ` master ` | ` >= 7.1 ` |
3132| stable | ` ^0.1 ` | ` master ` | ` >= 5.6 ` |
3233
33- ## Overview
34-
35- - [ Curl - simple http client (CurlExtension)] ( https://github.com/contributte/http/blob/master/.docs/README.md#curl )
36- - [ SAPI - fake request (CliRequestExtension)] ( https://github.com/contributte/http/blob/master/.docs/README.md#sapi )
37- - [ BasicAuth - simple basic authentication] ( https://github.com/contributte/http/blob/master/.docs/README.md#basic-authentication )
38- - Collection of useful classes:
39- - [ Url] ( https://github.com/contributte/http/blob/master/.docs/README.md#url )
40-
4134## Maintainers
4235
4336<table >
0 commit comments