Skip to content

Latest commit

 

History

History
30 lines (19 loc) · 605 Bytes

README.md

File metadata and controls

30 lines (19 loc) · 605 Bytes

SimpleHttp Class for mruby

Simple http or https connection class for mruby.

refactored SimpleHttp using mruby-polarssl and mruby-socket or mruby-uv

original code is iij/mruby

install by mrbgems

  • 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

example

p SimpleHttp.new("http", "127.0.0.1", 80).request("GET", "/index.html", {'User-Agent' => "test-agent"})

License

under the MIT License: