Skip to content
This repository has been archived by the owner on Jan 30, 2020. It is now read-only.

Commit

Permalink
Merge 4064d33 into 626cca4
Browse files Browse the repository at this point in the history
  • Loading branch information
michalbundyra committed Oct 1, 2019
2 parents 626cca4 + 4064d33 commit ebbb5ab
Show file tree
Hide file tree
Showing 4 changed files with 22 additions and 18 deletions.
19 changes: 17 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,5 +11,20 @@ This library **does not** support [PSR-7](http://www.php-fig.org/psr/psr-7), as
it predates that specification. For PSR-7 support, please see our
[Diactoros component](https://docs.zendframework.com/zend-diactoros/).

- File issues at https://github.com/zendframework/zend-http/issues
- Documentation is at https://docs.zendframework.com/zend-http/
## Installation

Run the following to install this library:

```bash
$ composer require zendframework/zend-http
```

## Documentation

Browse the documentation online at https://docs.zendframework.com/zend-http/

## Support

* [Issues](https://github.com/zendframework/zend-http/issues/)
* [Chat](https://zendframework-slack.herokuapp.com/)
* [Forum](https://discourse.zendframework.com/)
2 changes: 1 addition & 1 deletion docs/book/client/intro.md
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ $response = $client->send($request);
> ### URL validation
>
> `Zend\Http\Client` uses `Zend\Uri\Http` to validate URLs. See the
> [zend-uri](http://framework.zend.com/manual/current/en/index.html#zend-uri)
> [zend-uri](https://docs.zendframework.com/zend-uri/)
> documentation for more information.
## Configuration
Expand Down
10 changes: 0 additions & 10 deletions docs/book/index.html

This file was deleted.

9 changes: 4 additions & 5 deletions mkdocs.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
docs_dir: docs/book
site_dir: docs/html
pages:
- index.md
- Intro: intro.md
nav:
- Home: index.md
- Introduction: intro.md
- Reference:
- Request: request.md
- Response: response.md
Expand All @@ -14,6 +14,5 @@ pages:
- "Cookie Persistence": client/cookies.md
- Advanced: client/advanced.md
site_name: zend-http
site_description: zend-http
site_description: HTTP message and header abstractions, and HTTP client implementation. (Not a PSR-7 implementation; see <a href="//docs.zendframework.com/zend-diactoros">Diactoros</a> for PSR-7 support.
repo_url: 'https://github.com/zendframework/zend-http'
copyright: 'Copyright (c) 2005-2018 <a href="https://www.zend.com/">Zend Technologies USA Inc.</a>'

0 comments on commit ebbb5ab

Please sign in to comment.