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 51a359c079 Merge branch '4.2' into short-array-master
* 4.2:
  fixed CS
  fixed CS
  fixed tests
  fixed CS
  fixed CS
  fixed CS
  fixed short array CS in comments
  fixed CS in ExpressionLanguage fixtures
  fixed CS in generated files
  fixed CS on generated container files
  fixed CS on Form PHP templates
  fixed CS on YAML fixtures
  fixed fixtures
  switched array() to []
2019-01-16 22:53:39 +01:00
..
EventListener switched array() to [] 2019-01-16 10:39:14 +01:00
Tests switched array() to [] 2019-01-16 10:39:14 +01: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 updated version to 4.3 2018-11-26 17:19:01 +01:00
HttpHeaderSerializer.php Merge branch '3.4' into 4.1 2019-01-16 19:21:11 +01:00
LICENSE update year in license files 2019-01-01 14:45:19 +01:00
phpunit.xml.dist Merge branch '2.8' into 3.4 2018-11-11 20:48:54 +01:00
README.md [WebLink] Fixed documentation link 2018-12-10 14:11:36 +01: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