Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/jish/tiny_http

The smallest http library you need.
https://github.com/jish/tiny_http

Last synced: 23 days ago
JSON representation

The smallest http library you need.

Awesome Lists containing this project

README

        

### Tiny HTTP

The smallest http library you need.

### Usage

```ruby
require 'tiny_http'
response = TinyHttp.new.get "http://jsonip.org/"
# => #
puts response.body
# => {"ip":"1.2.3.4","about":"/about","The One True Editor":"Emacs"}
```