ICanBoogie/HTTP master
  • Namespace
  • Class

Namespaces

  • ICanBoogie
    • Exception
    • HTTP
      • Headers
      • Request
      • RequestDispatcher

Classes

  • CallableDispatcher
  • DispatcherProvider
  • File
  • FileInfo
  • FileList
  • FileResponse
  • Headers
  • ProvideDispatcher
  • RedirectResponse
  • Request
  • RequestDispatcher
  • RequestOptionsMapper
  • RequestRange
  • Response
  • Status
  • WeightedDispatcher

Interfaces

  • Dispatcher
  • Exception
  • FileOptions
  • RequestMethods
  • RequestOptions
  • ResponseStatus
  • SecurityError

Exceptions

  • AuthenticationRequired
  • ClientError
  • DispatcherNotDefined
  • DispatcherProviderNotDefined
  • ForceRedirect
  • MethodNotSupported
  • NotFound
  • PermissionRequired
  • ServerError
  • ServiceUnavailable
  • StatusCodeNotValid

Functions

  • dispatch
  • get_dispatcher
  • get_initial_request

Class CallableDispatcher

Wrapper for callable dispatchers.

ICanBoogie\HTTP\CallableDispatcher implements ICanBoogie\HTTP\Dispatcher
Namespace: ICanBoogie\HTTP
Located at CallableDispatcher.php

Methods summary

public
# __construct( callable $callable )

Parameters

$callable
public ICanBoogie\HTTP\Response
# __invoke( ICanBoogie\HTTP\Request $request )

Parameters

$request

Returns

ICanBoogie\HTTP\Response
A response to the request.

Inheritdoc

Implementation of

ICanBoogie\HTTP\Dispatcher::__invoke()
public ICanBoogie\HTTP\Response
# rescue( ICanBoogie\HTTP\Exception $exception, ICanBoogie\HTTP\Request $request )

Parameters

$exception
$request

Returns

ICanBoogie\HTTP\Response
A response to the request exception.

Throws

Exception
when the request exception cannot be rescued.

Inheritdoc

Implementation of

ICanBoogie\HTTP\Dispatcher::rescue()
ICanBoogie/HTTP master API documentation generated by ApiGen