Overview

Namespaces

  • PHPFastCGI
    • FastCGIDaemon
      • Command
      • Connection
      • ConnectionHandler
      • Exception
      • Http

Classes

  • ApplicationFactory
  • CallbackWrapper
  • Daemon
  • DaemonFactory

Interfaces

  • ApplicationFactoryInterface
  • DaemonFactoryInterface
  • DaemonInterface
  • KernelInterface
  • Overview
  • Namespace
  • Class

Interface KernelInterface

Objects that implement the KernelInterface can be used by the FastCGIDaemon to

Direct known implementers

PHPFastCGI\FastCGIDaemon\CallbackWrapper
Namespace: PHPFastCGI\FastCGIDaemon
Located at KernelInterface.php
Methods summary
public Psr\Http\Message\ResponseInterface|Symfony\Component\HttpFoundation\Response
# handleRequest( PHPFastCGI\FastCGIDaemon\Http\RequestInterface $request )

Handles a request and returns a response.

Handles a request and returns a response.

Parameters

$request
FastCGI HTTP request object

Returns

Psr\Http\Message\ResponseInterface|Symfony\Component\HttpFoundation\Response
HTTP response message
API documentation generated by ApiGen