Adapter
Table of Contents
Namespaces
- Exception
Interfaces
- AdapterInterface
- An interface description for Laminas\Http\Client\Adapter classes.
- StreamInterface
- An interface description for Laminas\Http\Client\Adapter\Stream classes.
Classes
- Curl
- An adapter class for Laminas\Http\Client based on the curl extension.
- Proxy
- HTTP Proxy-supporting Laminas\Http\Client adapter class, based on the default
socket based adapter.
- Socket
- A sockets based (stream\socket\client) adapter class for Laminas\Http\Client. Can be used
on almost every PHP environment, and does not require any special extensions.
- Test
- A testing-purposes adapter.