Download the PHP package dmt-software/http-client-middleware without Composer
On this page you can find all versions of the php package dmt-software/http-client-middleware. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Please rate this library. Is it a good library?
Informations about the package http-client-middleware
Http Client Middleware
Unfortunately psr-15, the recommendation how to handle incoming server request, does not cover how to deal with an outgoing request or a client response.
This package solves that problem.
Installation
composer require dmt-software/http-client-middleware
Usage
Middleware
Middleware can be used to process a request before it is sent to the server by the client or to handle the response, for instance to apply authentication, store a login cookie or log the response.
To enable middleware simply add these to the request handler.
All versions of http-client-middleware with dependencies
PHP Build Version
Package Version
Requires
php Version
>=7.4
psr/http-message Version ^1.0 | ^2.0
psr/http-client Version ^1.0
psr/simple-cache Version ^1.0
psr/http-factory Version ^1.0
psr/http-message Version ^1.0 | ^2.0
psr/http-client Version ^1.0
psr/simple-cache Version ^1.0
psr/http-factory Version ^1.0
The package dmt-software/http-client-middleware contains the following files
Loading the files please wait ....