module StandardAPI

QueryEncoding middleware intercepts and parsing the query sting as MessagePack if the `Query-Encoding` header is set to `application/msgpack`

Usage:

require 'standard_api/middleware/query_encoding'

And in the Rails config

config.middleware.insert_after Rack::MethodOverride, StandardAPI::Middleware::QueryEncoding

Constants

VERSION