Skip to content

HTTPS clone URL

Subversion checkout URL

You can clone with
or
.
Clone in Desktop Download ZIP
Ruby
Branch: master
Failed to load latest commit information.
mrblib Update request.rb
test Add minimum implements
.gitignore Enable testing
README.md Fix doc
Rakefile Enable testing
build_config.rb Enable testing
mrbgem.rake Add basic structure

README.md

mruby-hibari

A Web application framework for Web servers that support Rack-based API for mruby.

Usage

# in your mruby handler

class MyApp < Hibari::App
  def build
    res.body = req.params.map {|k,v| "#{k}: #{v}" }
  end
end

run MyApp.new

Author

Kentaro Kuribayashi

License

MIT

Something went wrong with that request. Please try again.