The EventHttp class

Introduction

Represents HTTP server.

Class synopsis

EventHttp
final class EventHttp {
/* Methods */
public bool accept( mixed $socket )
public bool addServerAlias( string $alias )
public void bind( string $address , int $port )
public __construct( EventBase $base , EventSslContext $ctx = null )
public bool removeServerAlias( string $alias )
public void setAllowedMethods( int $methods )
public void setCallback( string $path , string $cb , string $arg = ?)
public void setDefaultCallback( string $cb , string $arg = ?)
public void setMaxBodySize( int $value )
public void setMaxHeadersSize( int $value )
public void setTimeout( int $value )
}
Table of Contents