X-Git-Url: https://git.m6w6.name/?p=m6w6%2Fext-http;a=blobdiff_plain;f=tests%2FHttpResponse_001.phpt;fp=tests%2FHttpResponse_001.phpt;h=b225f925b39f27807d65da0db614e3095c119a19;hp=0000000000000000000000000000000000000000;hb=445dd5f0580e5073d69d3ef7267671686e18f4e7;hpb=4a1c5914eccd82e0936f35f0804a9e35ed632f83 diff --git a/tests/HttpResponse_001.phpt b/tests/HttpResponse_001.phpt new file mode 100644 index 0000000..b225f92 --- /dev/null +++ b/tests/HttpResponse_001.phpt @@ -0,0 +1,24 @@ +--TEST-- +HttpResponse - send data with caching headers +--SKIPIF-- + +--FILE-- + +--EXPECTF-- +X-Powered-By: PHP/%s +ETag: "3858f62230ac3c915f300c664312c63f" +Cache-Control: public, must-revalidate, max_age=3600 +Last-Modified: %s, %d %s 20%d %d:%d:%d GMT +Content-Type: %s +Accept-Ranges: bytes + +foobar \ No newline at end of file