8p / EightPointsGuzzleBundle

⛽️ Integrates Guzzle 6.x, a PHP HTTP Client, into Symfony
MIT License
440 stars 71 forks source link

Middleware #194

Closed vladislavs1321 closed 6 years ago

vladislavs1321 commented 6 years ago
Q A
Symfony version 3.4
Bundle version 7.3.0

@gregurco Hello , Is it possible to register custom Middleware per client with configuration?

gregurco commented 6 years ago

Do you know about events https://github.com/8p/EightPointsGuzzleBundle#events ? You can define pre-request / post-request. Is it what you need or do you need exactly middleware?

gregurco commented 6 years ago

@vladislavs1321 did it resolve your problem or do you need another functionality?

vladislavs1321 commented 6 years ago

@gregurco for this moment i've handled everything with events, thanks. Solved.