Mercurial > hg > isophonics-drupal-site
comparison vendor/zendframework/zend-diactoros/src/Request.php @ 16:c2387f117808
Routine composer update
author | Chris Cannam |
---|---|
date | Tue, 10 Jul 2018 15:07:59 +0100 |
parents | 7a779792577d |
children |
comparison
equal
deleted
inserted
replaced
15:e200cb7efeb3 | 16:c2387f117808 |
---|---|
8 namespace Zend\Diactoros; | 8 namespace Zend\Diactoros; |
9 | 9 |
10 use Psr\Http\Message\RequestInterface; | 10 use Psr\Http\Message\RequestInterface; |
11 use Psr\Http\Message\StreamInterface; | 11 use Psr\Http\Message\StreamInterface; |
12 use Psr\Http\Message\UriInterface; | 12 use Psr\Http\Message\UriInterface; |
13 | |
14 use function strtolower; | |
13 | 15 |
14 /** | 16 /** |
15 * HTTP Request encapsulation | 17 * HTTP Request encapsulation |
16 * | 18 * |
17 * Requests are considered immutable; all methods that might change state are | 19 * Requests are considered immutable; all methods that might change state are |