summaryrefslogtreecommitdiffstats
path: root/web/server/h2o/libh2o/deps/mruby-input-stream/README.md
blob: a9efe87fa50969da85eb9bbc8bff3d16490540e7 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
# mruby-input-stream

[![Build Status](https://travis-ci.org/takahashim/mruby-input-stream.svg?branch=master)](https://travis-ci.org/takahashim/mruby-input-stream)

Input Stream class for Rack.


## Install

add conf.gem to `build_config.rb`:

    MRuby::Build.new do |conf|
    
      # ... (snip) ...
    
      conf.gem :github => 'takahashim/mruby-input-stream'
    end

## License

MIT

## Author

Masayoshi Takahashi