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

jgraichen / restify / 223 / 16
90%
master: 91%

Build:
Build:
LAST BUILD BRANCH: dependabot/bundler/rubocop-tw-0.65.0
DEFAULT BRANCH: master
Ran 17 Jan 2018 10:06AM UTC
Files 18
Run time 0s
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

17 Jan 2018 09:50AM UTC coverage: 44.485%. First build
2.2.9, ADAPTER=typhoeus-sync

push

travis-ci

franzliedke
Add a Msgpack processor

This is intended to use as a drop-in replacement for JSON. The
two encodings support the same datatypes, thus HTTP's content
negotiation can be used to tell a server to deliver a Msgpack
response (if it is capable to do so). Fully transparent to the
API consumer, this can reduce the HTTP payload by 50 percent
in some cases.

Example HTTP Request:

    GET /path HTTP/1.1
    Host: restify.de
    Accept: application/msgpack, application/json

If the server supports msgpack, it will deliver that
serialization; if it does not, it will fall back to JSON.
Restify will be able to handle both.

Spec: https://msgpack.org/
Library: https://github.com/msgpack/msgpack-ruby

246 of 553 relevant lines covered (44.48%)

0.44 hits per line

Source Files on job 223.16 (2.2.9, ADAPTER=typhoeus-sync)
  • Tree
  • List 0
  • Changed 0
  • Source Changed 0
  • Coverage Changed 0
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Build 223
  • Travis Job 223.16
  • 58cb980b on github
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