Sha256: 3f22868accb168e64c68133b29abb4442c696d535bdb231a26f456b0f38dd0b3

Contents?: true

Size: 298 Bytes

Versions: 4

Compression:

Stored size: 298 Bytes

Contents

<html><body>
<esi:choose>
  <esi:when test="$(HTTP_ACCEPT_LANGUAGE{en})">EN</esi:when>
</esi:choose>
<esi:choose>
  <esi:when test="$(HTTP_ACCEPT_LANGUAGE{da})">DA</esi:when>
</esi:choose>
<esi:choose>
  <esi:when test="$(HTTP_ACCEPT_LANGUAGE{en-gb})">EN-GB</esi:when>
</esi:choose>

</body></html>

Version data entries

4 entries across 4 versions & 2 rubygems

Version Path
joshbuddy-esi-for-rack-0.0.1 spec/http_integration/fixtures/accept_language/1.html
joshbuddy-esi-for-rack-0.0.2 spec/http_integration/fixtures/accept_language/1.html
joshbuddy-esi-for-rack-0.0.3 spec/http_integration/fixtures/accept_language/1.html
esi-for-rack-0.0.4 spec/http_integration/fixtures/accept_language/1.html