You are here

namespace Zend\Diactoros in Zircon Profile 8

Same name in other branches
  1. 8.0 Zend\Diactoros
Classsort descending Location Description
AbstractSerializer vendor/zendframework/zend-diactoros/src/AbstractSerializer.php Provides base functionality for request and response de/serialization strategies, including functionality for retrieving a line at a time from the message, splitting headers from the body, and serializing headers.
HeaderSecurity vendor/zendframework/zend-diactoros/src/HeaderSecurity.php Provide security tools around HTTP headers to prevent common injection vectors.
MessageTrait vendor/zendframework/zend-diactoros/src/MessageTrait.php Trait implementing the various methods defined in MessageInterface.
PhpInputStream vendor/zendframework/zend-diactoros/src/PhpInputStream.php Caching version of php://input
RelativeStream vendor/zendframework/zend-diactoros/src/RelativeStream.php Class RelativeStream
Request vendor/zendframework/zend-diactoros/src/Request.php HTTP Request encapsulation
RequestTrait vendor/zendframework/zend-diactoros/src/RequestTrait.php Trait with common request behaviors.
Response vendor/zendframework/zend-diactoros/src/Response.php HTTP response encapsulation.
Server vendor/zendframework/zend-diactoros/src/Server.php "Serve" incoming HTTP requests
ServerRequest vendor/zendframework/zend-diactoros/src/ServerRequest.php Server-side HTTP request
ServerRequestFactory vendor/zendframework/zend-diactoros/src/ServerRequestFactory.php Class for marshaling a request object from the current PHP environment.
Stream vendor/zendframework/zend-diactoros/src/Stream.php Implementation of PSR HTTP streams
UploadedFile vendor/zendframework/zend-diactoros/src/UploadedFile.php
Uri vendor/zendframework/zend-diactoros/src/Uri.php Implementation of Psr\Http\UriInterface.