SHIORI Protocol Parser / Builder for Ruby
Add this line to your application's Gemfile:
gem 'shiolink'And then execute:
$ bundle
Or install it yourself as:
$ gem install shiolink
require 'shiolink'
def load(dirpath)
end
def unload
exit
end
def request(req)
end
shiolink = Shiolink.new(method(:load), method(:unload), method(:request))
shiolink.startThis is released under MIT License.