ICanBoogie
  • Documentation
  • API Reference
  • HTTP v2.5.0
Namespaces
  • ICanBoogie
    • Exception
    • HTTP
      • Headers
      • Request
      • RequestDispatcher
Classes
  • CallableDispatcher
  • File
  • FileInfo
  • FileList
  • FileResponse
  • Headers
  • RedirectResponse
  • Request
  • RequestDispatcher
  • RequestRange
  • Response
  • Status
  • WeightedDispatcher
Interfaces
  • Dispatcher
  • Exception
  • SecurityError
Exceptions
  • AuthenticationRequired
  • ClientError
  • DispatcherNotDefined
  • ForceRedirect
  • MethodNotSupported
  • NotFound
  • PermissionRequired
  • ServerError
  • ServiceUnavailable
  • StatusCodeNotValid

Interface Dispatcher

Dispatcher interface.

Direct known implementers

ICanBoogie\HTTP\CallableDispatcher, ICanBoogie\HTTP\RequestDispatcher

Namespace: ICanBoogie\HTTP
Located at Dispatcher.php

Methods summary

public __invoke( ICanBoogie\HTTP\Request $request ) : ICanBoogie\HTTP\Response

Process the request.

Process the request.

Parameters

$request

Returns

ICanBoogie\HTTP\Response
A response to the request.
public rescue( ICanBoogie\HTTP\Exception $exception, ICanBoogie\HTTP\Request $request ) : ICanBoogie\HTTP\Response

Rescues the exception that was thrown during the request process.

Rescues the exception that was thrown during the request process.

Parameters

$exception
$request

Returns

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

Throws

Exception
when the request exception cannot be rescued.
HTTP v2.5.0 – Check on GitHub – API documentation generated by ApiGen