kcar.git  about / heads / tags
bytestream to Rack response converter
blob 1fe05548d9c8c6cd06a7cb709f5e00d0dad8dc73 330 bytes (raw)
$ git show v0.3.0:lib/kcar.rb	# shows this blob on the CLI

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
 
# -*- encoding: binary -*-
module Kcar

  # current version of Kcar, currently 0.2.0
  # This constant is deprecated and will be removed in the next
  # release.  Use +respond_to?+ or +defined?+ instead to test for features.
  VERSION = "0.2.0"

  autoload :Response, 'kcar/response'
end

require 'kcar/parser'
require 'kcar_ext'

git clone https://yhbt.net/kcar.git