From 172642f31666cb89f46c58834601a6ac04d4be18 Mon Sep 17 00:00:00 2001 From: matsumoto-r Date: Tue, 18 Dec 2012 18:41:10 -0800 Subject: [PATCH] Updated Related Projects (markdown) --- Related-Projects.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Related-Projects.md b/Related-Projects.md index 9870862..391ac94 100644 --- a/Related-Projects.md +++ b/Related-Projects.md @@ -7,8 +7,8 @@ * [mruby-json](https://github.com/mattn/mruby-json) JSON encoder/decoder using [parson](https://github.com/kgabis/parson) by [mattn](https://github.com/mattn) * [mruby-sqlite3](https://github.com/mattn/mruby-sqlite3) [SQLite3](http://www.sqlite.org/) database driver by [mattn](https://github.com/mruby-sqlite3) * [mruby-redis](https://github.com/matsumoto-r/mruby-redis) redis client using [hiredis](https://github.com/redis/hiredis) by [matsumoto_r](https://github.com/matsumoto-r) -* [mruby-simplehttp](https://github.com/matsumoto-r/mruby-simplehttp) simple http client by [matsumoto_r](https://github.com/matsumoto-r) -* [mruby-httprequest](https://github.com/matsumoto-r/mruby-httprequest) simple http request by [matsumoto_r](https://github.com/matsumoto-r) +* [mruby-simplehttp](https://github.com/matsumoto-r/mruby-simplehttp) simple http client using [mruby-uv](https://github.com/mattn/mruby-uv) by [matsumoto_r](https://github.com/matsumoto-r) +* [mruby-httprequest](https://github.com/matsumoto-r/mruby-httprequest) simple http request using [mrb-http](https://github.com/mattn/mruby-http) by [matsumoto_r](https://github.com/matsumoto-r) * [mruby-growthforecast](https://github.com/matsumoto-r/mruby-grothforecast) [GrowthForecast](http://kazeburo.github.com/GrowthForecast/) client by [matsumoto_r](https://github.com/matsumoto-r) ## Web Interfaces