diff options
| author | Michael Merickel <michael@merickel.org> | 2019-12-04 01:13:52 -0600 |
|---|---|---|
| committer | Michael Merickel <michael@merickel.org> | 2019-12-04 23:53:31 -0600 |
| commit | f6cb1efa8fba683bdc5c9b4a645f9357fe2e6208 (patch) | |
| tree | c78f1d8c1c2d695b14f1bfd5358ca05e0c5b2ee0 /tests/fixtures | |
| parent | 4d276efe5fd806b74d604c3c8817c0c72808c491 (diff) | |
| download | pyramid-f6cb1efa8fba683bdc5c9b4a645f9357fe2e6208.tar.gz pyramid-f6cb1efa8fba683bdc5c9b4a645f9357fe2e6208.tar.bz2 pyramid-f6cb1efa8fba683bdc5c9b4a645f9357fe2e6208.zip | |
negotiate the best static asset using supported encodings
Diffstat (limited to 'tests/fixtures')
| -rw-r--r-- | tests/fixtures/static/encoded.html | 15 | ||||
| -rw-r--r-- | tests/fixtures/static/encoded.html.gz | bin | 0 -> 187 bytes |
2 files changed, 15 insertions, 0 deletions
diff --git a/tests/fixtures/static/encoded.html b/tests/fixtures/static/encoded.html new file mode 100644 index 000000000..0999b4f1b --- /dev/null +++ b/tests/fixtures/static/encoded.html @@ -0,0 +1,15 @@ +<!-- + when modified, re-run: + gzip -k encoded.html +--> +<html> +<head> +<title> +A Simple HTML Document +</title> +</head> +<body> +<p>This is a very simple HTML document</p> +<p>It only has two paragraphs</p> +</body> +</html> diff --git a/tests/fixtures/static/encoded.html.gz b/tests/fixtures/static/encoded.html.gz Binary files differnew file mode 100644 index 000000000..afcc25768 --- /dev/null +++ b/tests/fixtures/static/encoded.html.gz |
