HumHub Documentation (unofficial)

AsyncDecoratorTrait

Eases with processing responses while streaming them.

Tags
author

Nicolas Grekas p@tchwork.com

Table of Contents

Methods

request()  : AsyncResponse
{@inheritdoc}
stream()  : ResponseStreamInterface
{@inheritdoc}

Methods

request()

{@inheritdoc}

public abstract request(string $method, string $url[, array<string|int, mixed> $options = [] ]) : AsyncResponse
Parameters
$method : string
$url : string
$options : array<string|int, mixed> = []
Return values
AsyncResponse

        
On this page

Search results