Documentation

ProcessHttpStack
in package
implements Stringable uses StringableTrait

WebSocket\Middleware\ProcessHttpStack class.

Worker stack for HTTP middleware implementations.

Table of Contents

Interfaces

Stringable

Properties

$connection  : Connection
$httpHandler  : HttpHandler
$processors  : array<string|int, mixed>

Methods

__construct()  : mixed
Create ProcessStack.
__toString()  : string
handleHttpIncoming()  : Message
Process middleware for incoming htpp message.
handleHttpOutgoing()  : Message
Process middleware for outgoing htpp message.
stringable()  : string

Properties

Methods

stringable()

protected stringable(string $format, mixed ...$values) : string
Parameters
$format : string
$values : mixed
Return values
string

        
On this page

Search results