Skip to content

Commit d6b909d

Browse files
committed
Add plugins link and text
1 parent db29d7e commit d6b909d

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

_data/navigation.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,10 @@
33
url: https://packagist.org/providers/php-http/client-implementation
44
external: true
55

6+
- label: Plugins
7+
url: https://github.com/php-http/plugins
8+
external: true
9+
610
- icon: book
711
title: Documentation
812
url: http://docs.httplug.io

index.html

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,8 @@ <h2>Use your HTTP Client of choice</h2>
5454
<div class="col-md-8">
5555
<h2>Separate logic using plugins</h2>
5656
<p class="lead">
57-
We provide adapters for existing HTTP Clients, so you can use whatever client you want.
57+
Need to log each request? Authenticate a request? It's easy. Our powerful plugin system allows you
58+
to add custom logic to the request's lifecycle.
5859
</p>
5960
</div>
6061
</div>

0 commit comments

Comments
 (0)