http-client

Provides powerful methods to fetch HTTP resources synchronously or asynchronously

MIT License

Downloads
202.4M
Stars
1.9K
Committers
124

Bot releases are visible (Hide)

http-client - v7.1.3 Latest Release

Published by fabpot 3 months ago

http-client - v7.0.10

Published by fabpot 3 months ago

http-client - v6.4.10

Published by fabpot 3 months ago

http-client - v5.4.42

Published by fabpot 3 months ago

http-client - v7.1.2

Published by fabpot 4 months ago

Changelog (https://github.com/symfony/http-client/compare/v7.1.1...v7.1.2)

  • bug symfony/symfony#57569 [HttpClient][Mailer] Revert "Let curl handle transfer encoding", use HTTP/1.1 for Mailgun (@nicolas-grekas)
  • bug symfony/symfony#57564 [HttpClient] Fix initializing InformationalChunk (@nicolas-grekas)
  • bug symfony/symfony#57453 [HttpClient] Fix parsing SSE (@fancyweb)
http-client - v7.0.9

Published by fabpot 4 months ago

Changelog (https://github.com/symfony/http-client/compare/v7.0.8...v7.0.9)

  • bug symfony/symfony#57569 [HttpClient][Mailer] Revert "Let curl handle transfer encoding", use HTTP/1.1 for Mailgun (@nicolas-grekas)
  • bug symfony/symfony#57453 [HttpClient] Fix parsing SSE (@fancyweb)
http-client - v6.4.9

Published by fabpot 4 months ago

Changelog (https://github.com/symfony/http-client/compare/v6.4.8...v6.4.9)

  • bug symfony/symfony#57569 [HttpClient][Mailer] Revert "Let curl handle transfer encoding", use HTTP/1.1 for Mailgun (@nicolas-grekas)
  • bug symfony/symfony#57453 [HttpClient] Fix parsing SSE (@fancyweb)
http-client - v5.4.41

Published by fabpot 4 months ago

Changelog (https://github.com/symfony/http-client/compare/v5.4.40...v5.4.41)

  • bug symfony/symfony#57569 [HttpClient][Mailer] Revert "Let curl handle transfer encoding", use HTTP/1.1 for Mailgun (@nicolas-grekas)
  • bug symfony/symfony#57453 [HttpClient] Fix parsing SSE (@fancyweb)
http-client - v7.1.1

Published by fabpot 5 months ago

http-client - v7.0.8

Published by fabpot 5 months ago

Changelog (https://github.com/symfony/http-client/compare/v7.0.7...v7.0.8)

  • bug symfony/symfony#54860 [HttpClient] Revert fixing curl default options (@alexandre-daubois)
  • bug symfony/symfony#54830 [HttpClient] Fix cURL default options for PHP 8.4 (@alexandre-daubois)
http-client - v6.4.8

Published by fabpot 5 months ago

Changelog (https://github.com/symfony/http-client/compare/v6.4.7...v6.4.8)

  • bug symfony/symfony#54860 [HttpClient] Revert fixing curl default options (@alexandre-daubois)
  • bug symfony/symfony#54830 [HttpClient] Fix cURL default options for PHP 8.4 (@alexandre-daubois)
http-client - v5.4.40

Published by fabpot 5 months ago

Changelog (https://github.com/symfony/http-client/compare/v5.4.39...v5.4.40)

  • bug symfony/symfony#54860 [HttpClient] Revert fixing curl default options (@alexandre-daubois)
  • bug symfony/symfony#54830 [HttpClient] Fix cURL default options for PHP 8.4 (@alexandre-daubois)
http-client - v7.1.0

Published by fabpot 5 months ago

http-client - v7.1.0-RC1

Published by fabpot 5 months ago

Changelog (https://github.com/symfony/http-client/compare/v7.1.0-BETA1...v7.1.0-RC1)

  • bug symfony/symfony#54860 [HttpClient] Revert fixing curl default options (@alexandre-daubois)
  • bug symfony/symfony#54830 [HttpClient] Fix cURL default options for PHP 8.4 (@alexandre-daubois)
http-client - v7.1.0-BETA1

Published by fabpot 6 months ago

Changelog (https://github.com/symfony/http-client/compare/v7.0.7...v7.1.0-BETA1)

  • feature symfony/symfony#54806 [HttpClient]  deprecate setLogger() methods of decorating clients (@xabbuh)
  • feature symfony/symfony#54674 [FrameworkBundle] revert implementing LoggerAwareInterface in HTTP client decorators (@xabbuh)
  • feature symfony/symfony#53550 [FrameworkBundle][HttpClient] Add ThrottlingHttpClient to limit requests within a timeframe (@HypeMC)
  • feature symfony/symfony#52970 [HttpClient] Add JsonMockResponse::fromFile() and MockResponse::fromFile() shortcuts (@fancyweb)
  • feature symfony/symfony#52775 [HttpClient] Allow mocking start_time info in MockResponse (@fancyweb)
  • feature symfony/symfony#52946 [HttpClient] Add HttpOptions->addHeader as a shortcut to add an header in an existing options object (@Dean151)
http-client - v7.0.7

Published by fabpot 6 months ago

Changelog (https://github.com/symfony/http-client/compare/v7.0.6...v7.0.7)

  • bug symfony/symfony#54517 [HttpClient] Let curl handle transfer encoding (@michaelhue)
  • bug symfony/symfony#54242 [HttpClient] [EventSourceHttpClient] Fix consuming SSEs with \r\n separator (@fancyweb)
http-client - v6.4.7

Published by fabpot 6 months ago

Changelog (https://github.com/symfony/http-client/compare/v6.4.6...v6.4.7)

  • bug symfony/symfony#54517 [HttpClient] Let curl handle transfer encoding (@michaelhue)
  • bug symfony/symfony#54242 [HttpClient] [EventSourceHttpClient] Fix consuming SSEs with \r\n separator (@fancyweb)
http-client - v5.4.39

Published by fabpot 6 months ago

Changelog (https://github.com/symfony/http-client/compare/v5.4.38...v5.4.39)

  • bug symfony/symfony#54517 [HttpClient] Let curl handle transfer encoding (@michaelhue)
  • bug symfony/symfony#54242 [HttpClient] [EventSourceHttpClient] Fix consuming SSEs with \r\n separator (@fancyweb)
http-client - v7.0.6

Published by fabpot 7 months ago

Changelog (https://github.com/symfony/http-client/compare/v7.0.5...v7.0.6)

  • bug symfony/symfony#54400 [HttpClient] stop all server processes after tests have run (@xabbuh)
  • bug symfony/symfony#54207 [HttpClient] Lazily initialize CurlClientState (@arjenm)
  • bug symfony/symfony#54146 [HttpClient] Preserve float in JsonMockResponse (@Jibbarth)
http-client - v6.4.6

Published by fabpot 7 months ago

Changelog (https://github.com/symfony/http-client/compare/v6.4.5...v6.4.6)

  • bug symfony/symfony#54400 [HttpClient] stop all server processes after tests have run (@xabbuh)
  • bug symfony/symfony#54207 [HttpClient] Lazily initialize CurlClientState (@arjenm)
  • bug symfony/symfony#54146 [HttpClient] Preserve float in JsonMockResponse (@Jibbarth)
Package Rankings
Top 0.27% on Packagist.org
Top 6.13% on Proxy.golang.org
Related Projects