kcar.git  about / heads / tags
bytestream to Rack response converter
blob 1929c21751fc37938fe1d725e11719a5e637a220 164 bytes (raw)
$ git show HEAD:lib/kcar.rb	# shows this blob on the CLI

1
2
3
4
5
6
7
8
 
# -*- encoding: binary -*-
module Kcar
  autoload :Response, 'kcar/response'
end

require_relative 'kcar/version'
require_relative 'kcar/parser'
require 'kcar_ext'

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