Simple http or https connection class for mruby.
refactored SimpleHttp using mruby-polarssl and mruby-socket or mruby-uv
original code is iij/mruby
- add conf.gem line to
build_config.rb
MRuby::Build.new do |conf|
# ... (snip) ...
conf.gem :git => 'https://github.com/matsumoto-r/mruby-simplehttp.git'
end
p SimpleHttp.new("http", "127.0.0.1", 80).request("GET", "/index.html", {'User-Agent' => "test-agent"})
under the MIT License: