• Home
  • Features
  • Pricing
  • Docs
  • Announcements
  • Sign In

tarcieri / http / 379 / 9
95%
master: 95%

Build:
DEFAULT BRANCH: master
Ran 10 Mar 2014 01:06AM UTC
Files 16
Run time –
Badge
Embed ▾
README BADGES
x

If you need to use a raster PNG badge, change the '.svg' to '.png' in the link

Markdown

Textile

RDoc

HTML

Rst

10 Mar 2014 12:52AM UTC coverage: 89.204% (-1.6%) from 90.844%
jruby-19mode, JRUBY_OPTS="$JRUBY_OPTS --debug"

push

travis-ci

ixti
Add support for 308 status code

307 Temporary Redirect (since HTTP/1.1)

  In this case, the request should be repeated with another URI; however,
  future requests should still use the original URI.
  In contrast to how 302 was historically implemented, the request method
  is not allowed to be changed when reissuing the original request.
  For instance, a POST request should be repeated using another POST request.

308 Permanent Redirect (approved as experimental RFC)

  The request, and all future requests should be repeated using another URI.
  307 and 308 (as proposed) parallel the behaviours of 302 and 301, but do
  not allow the HTTP method to change. So, for example, submitting a form
  to a permanently redirected resource may continue smoothly.

504 of 565 relevant lines covered (89.2%)

11.06 hits per line

Source Files on job 379.9 (jruby-19mode, JRUBY_OPTS="$JRUBY_OPTS --debug")
  • Tree
  • List 0
  • Changed 10
  • Source Changed 2
  • Coverage Changed 9
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Build 379
  • Travis Job 379.9
  • d2c5a1de on github
  • Prev Job for jruby-19mode, JRUBY_OPTS="$JRUBY_OPTS --debug" on master (#364.9)
  • Next Job for jruby-19mode, JRUBY_OPTS="$JRUBY_OPTS --debug" on master (#385.9)
STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2026 Coveralls, Inc