http
GET /rules/blog-prefetch.json HTTP/1.1
Host: example.com
HTTP/1.1 200 OK
Content-Type: application/json
Cache-Control: max-age=3600
{
"prefetch": [{
"source": "document",
"where": {"href_matches": "/blog/posts/*"},
"eagerness": "moderate"
}],
"prerender": [{
"source": "list",
"urls": ["/blog/top-post", "/blog/featured"]
}]
}