We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 314286d commit 787c47bCopy full SHA for 787c47b
README.md
@@ -1,8 +1,7 @@
1
# CDN Tests
2
3
These tests cover HTTP-specified behaviours for CDNs, primarily from
4
-[RFC7234](http://httpwg.org/specs/rfc7234.html), but as seen through the lens of
5
-[Fetch](https://fetch.spec.whatwg.org/).
+[RFC7234](http://httpwg.org/specs/rfc7234.html).
6
7
A few notes:
8
@@ -23,7 +22,7 @@ First, start the server-side:
23
22
24
> node server.js
25
26
-Then, configure your CDN to use port `8000` on that hostname as the origin. Point a browser (as above, currently Chrome) to the CDN.
+Then, configure your CDN to use port `8000` on that hostname as the origin. Point a browser (as above, currently Chrome) to the CDN host/port.
27
28
29
0 commit comments