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
Nicolas Grekas 1b4ab81085 Merge branch '5.0'
* 5.0:
  [Routing] fix tests
  [DI] minor cleanup
  [Form] group constraints when calling the validator
  Remove wrong @group legacy annotations
  [DependencyInjection] Fix dumping multiple deprecated aliases
  allow button names to start with uppercase letter
  Allow PHP ^7.2.5
  States that the HttpClient provides a Http Async implementation
  [Routing] Fix ContainerLoader and ObjectLoaderTest
  [HttpKernel] Make ErrorListener::onKernelException()'s dispatcher argument explicit
  [HttpKernel] Drop deprecated ExceptionListener
  Removed extra whitespace
  [Security] Fix best encoder not wired using migrate_from
2019-11-21 08:02:52 +01:00
..
EventListener Add return types to internal|final|private methods 2019-08-20 17:32:53 +02:00
Tests fix tests mocking final events 2019-09-05 22:36:38 +02:00
.gitattributes Add .gitignore to .gitattributes 2019-10-12 01:35:04 +01:00
.gitignore Add a new Link component 2017-04-10 09:55:52 -07:00
CHANGELOG.md [WebLink] implement PSR-13 directly 2019-08-12 15:51:36 +02:00
composer.json Merge branch '5.0' 2019-11-21 08:02:52 +01:00
GenericLinkProvider.php Import return annotations from vendors 2019-08-14 15:27:41 +02:00
HttpHeaderSerializer.php Add return types to tests and final|internal|private methods 2019-08-21 17:14:41 +02:00
LICENSE update year in license files 2019-01-01 14:45:19 +01:00
Link.php Import return annotations from vendors 2019-08-14 15:27:41 +02: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