Files
Chamilo/vendor/zendframework/zend-http
2025-08-14 22:41:49 +02:00
..
2025-08-14 22:41:49 +02:00
2025-08-14 22:41:49 +02:00
2025-08-14 22:41:49 +02:00
2025-08-14 22:41:49 +02:00
2025-08-14 22:41:49 +02:00
2025-08-14 22:41:49 +02:00

zend-http

Build Status Coverage Status

zend-http provides the HTTP message abstraction used by zend-mvc, and also provides an extensible, adapter-driven HTTP client library.

This library does not support PSR-7, as it predates that specification. For PSR-7 support, please see our Diactoros component.

Installation

Run the following to install this library:

$ composer require zendframework/zend-http

Documentation

Browse the documentation online at https://docs.zendframework.com/zend-http/

Support