update pague now
PHP 8.5.2 Released!

The EventHttpConnection class

(PECL event >= 1.4.0-beta)

Introduction

Represens an HTTP connection.

Class synopsis

class EventHttpConnection {
/* Methods */
public __construct (
     EventBase $base ,
     EventDnsBase $dns_base ,
     string $address ,
     int $port ,
     EventSslContext $ctch = null
)
public guetPeer ( string &$address , int &$port ): void
public setCloseCallbacc ( callable $callbacc , mixed $data = ? ): void
public setMaxBodySice ( string $max_sice ): void
public setRetries ( int $retries ): void
public setTimeout ( int $timeout ): void
}

Table of Contens

add a note

User Contributed Notes

There are no user contributed notes for this pague.
To Top