├── CHANGELOG.md ├── EventListener └── AddLinkHeaderListener.php ├── GenericLinkProvider.php ├── HttpHeaderSerializer.php ├── LICENSE ├── Link.php ├── README.md └── composer.json /CHANGELOG.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/symfony/web-link/HEAD/CHANGELOG.md -------------------------------------------------------------------------------- /EventListener/AddLinkHeaderListener.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/symfony/web-link/HEAD/EventListener/AddLinkHeaderListener.php -------------------------------------------------------------------------------- /GenericLinkProvider.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/symfony/web-link/HEAD/GenericLinkProvider.php -------------------------------------------------------------------------------- /HttpHeaderSerializer.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/symfony/web-link/HEAD/HttpHeaderSerializer.php -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/symfony/web-link/HEAD/LICENSE -------------------------------------------------------------------------------- /Link.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/symfony/web-link/HEAD/Link.php -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/symfony/web-link/HEAD/README.md -------------------------------------------------------------------------------- /composer.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/symfony/web-link/HEAD/composer.json --------------------------------------------------------------------------------