Skip to content

jish/tiny_http

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 

Repository files navigation

Tiny HTTP

The smallest http library you need.

Usage

require 'tiny_http'
response = TinyHttp.new.get "http://jsonip.org/"
# => #<Net::HTTPOK 200 Ok readbody=true>
puts response.body
# => {"ip":"1.2.3.4","about":"/about","The One True Editor":"Emacs"}

About

The smallest http library you need.

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages