mirror of
https://github.com/symfony/recipes-contrib.git
synced 2026-09-12 07:36:34 +03:00
cs
This commit is contained in:
@@ -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:
|
||||
|
||||
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user