This repository has been archived on 2023-08-20. You can view files and clone it, but cannot push or open issues or pull requests.
symfony/src/Symfony/Component/WebLink
Fabien Potencier ceae3bf16c fixed CS
2017-09-11 14:23:01 -07:00
..
EventListener Add a new Link component 2017-04-10 09:55:52 -07:00
Tests fixed CS 2017-09-11 14:23:01 -07:00
.gitignore Add a new Link component 2017-04-10 09:55:52 -07:00
CHANGELOG.md Add a new Link component 2017-04-10 09:55:52 -07:00
composer.json Bump minimal PHP version to ^5.5.9|>=7.0.8 2017-07-29 23:54:42 +02:00
HttpHeaderSerializer.php Add a new Link component 2017-04-10 09:55:52 -07:00
LICENSE Add a new Link component 2017-04-10 09:55:52 -07:00
phpunit.xml.dist fail when detecting risky tests 2017-04-12 07:15:58 -07:00
README.md Add a new Link component 2017-04-10 09:55:52 -07:00

WebLink Component

The WebLink component manages links between resources. It is particularly useful to advise clients to preload and prefetch documents through HTTP and HTTP/2 pushes.

This component implements the HTML5's Links, Preload and Resource Hints W3C's specifications. It can also be used with extensions defined in the HTML5 link type extensions wiki.

Resources