This commit is contained in:
Tobias Nyholm
2018-12-28 10:08:16 +01:00
parent dea573f82c
commit fe33b70cda
2 changed files with 10 additions and 7 deletions
@@ -13,22 +13,25 @@ services:
class: Buzz\Client\FileGetContents
arguments:
- '@Psr\Http\Message\ResponseFactoryInterface'
- timeout: 10
allow_redirects: false
-
timeout: 10
allow_redirects: false
buzz.client.curl:
class: Buzz\Client\Curl
arguments:
- '@Psr\Http\Message\ResponseFactoryInterface'
- timeout: 10
allow_redirects: false
-
timeout: 10
allow_redirects: false
buzz.client.multi_curl:
class: Buzz\Client\MultiCurl
arguments:
- '@Psr\Http\Message\ResponseFactoryInterface'
- timeout: 10
allow_redirects: false
-
timeout: 10
allow_redirects: false
# Browser
Buzz\Browser:
+1 -1
View File
@@ -4,4 +4,4 @@
* Buzz is great for sending PSR-7 requests. To get started you need to install
a PSR-7 implementation and a PSR-17 factory. There are many to choose from.
To quickly get started run <info>composer require nyholm/psr7</info>
To quickly get started run <info>composer require nyholm/psr7</info>