summaryrefslogtreecommitdiffstats
path: root/debian/perl-framework/t/htdocs/modules/negotiation/content-type/test.var
blob: a2d35259ea4a5c1a496ac6f0086d6723c146dd72 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
URI: test

# NOTE: When adding new cases, pad out bodies with spaces so that they're of
# equal length. mod_negotiation will prefer shorter bodies if all else is equal,
# which is confusing. We just want the first acceptable alternate to win for
# these tests.

URI: test.txt
Content-Type: text/plain
Body:---
text/plain---

URI: test.html
Content-Type: text/html
Body:---
text/html ---

URI: test.jpg
Content-Type: image/jpeg
Body:---
image/jpeg---

URI: test.gif
Content-Type: image/gif
Body:---
image/gif ---