The EventHttpConnection class

(PECL event >= 1.4.0-beta)

Introduction

Represents an HTTP connection.

Class synopsis

class EventHttpConnection {
/* Methods */
public __construct (
EventBase $base ,
EventDnsBase $dns_base ,
string $address ,
int $port ,
EventSslContext $ctx = null
)
public getBase (): EventBase
public getPeer ( string &$address , int &$port ): void
public makeRequest ( EventHttpRequest $req , int $type , string $uri ): bool
public setCloseCallback ( callable $callback , mixed $data = ?): void
public setLocalAddress ( string $address ): void
public setLocalPort ( int $port ): void
public setMaxBodySize ( string $max_size ): void
public setMaxHeadersSize ( string $max_size ): void
public setRetries ( int $retries ): void
public setTimeout ( int $timeout ): void
}

Table of Contents

Found A Problem?

Learn How To Improve This PageSubmit a Pull RequestReport a Bug
+add a note

User Contributed Notes

There are no user contributed notes for this page.

AltStyle によって変換されたページ (->オリジナル) /