You are here

constant UriNormalizer::REMOVE_DOT_SEGMENTS in Lockr 7.3

Removes unnecessary dot-segments.

Dot-segments in relative-path references are not removed as it would change the semantics of the URI reference.

Example: http://example.org/../a/b/../c/./d.htmlhttp://example.org/a/c/d.html

File

vendor/guzzlehttp/psr7/src/UriNormalizer.php, line 76

Class

UriNormalizer
Provides methods to normalize and compare URIs.

Namespace

GuzzleHttp\Psr7

Code

const REMOVE_DOT_SEGMENTS = 32;