From f6cb1efa8fba683bdc5c9b4a645f9357fe2e6208 Mon Sep 17 00:00:00 2001 From: Michael Merickel Date: Wed, 4 Dec 2019 01:13:52 -0600 Subject: negotiate the best static asset using supported encodings --- tests/fixtures/static/encoded.html | 15 +++++++++++++++ tests/fixtures/static/encoded.html.gz | Bin 0 -> 187 bytes 2 files changed, 15 insertions(+) create mode 100644 tests/fixtures/static/encoded.html create mode 100644 tests/fixtures/static/encoded.html.gz (limited to 'tests/fixtures') 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 @@ + + + + +A Simple HTML Document + + + +

This is a very simple HTML document

+

It only has two paragraphs

+ + diff --git a/tests/fixtures/static/encoded.html.gz b/tests/fixtures/static/encoded.html.gz new file mode 100644 index 000000000..afcc25768 Binary files /dev/null and b/tests/fixtures/static/encoded.html.gz differ -- cgit v1.2.3