diff options
author | swills <swills@FreeBSD.org> | 2011-10-03 01:23:55 +0800 |
---|---|---|
committer | swills <swills@FreeBSD.org> | 2011-10-03 01:23:55 +0800 |
commit | 3a272b128bfa9798288ac383befcba4e03204ae2 (patch) | |
tree | 7a58dffe0712be331b5c71882d33b4727c954d45 /www/Makefile | |
parent | f2baf11e4bd92fc6d79fff269e2cc298c681b500 (diff) | |
download | freebsd-ports-gnome-3a272b128bfa9798288ac383befcba4e03204ae2.tar.gz freebsd-ports-gnome-3a272b128bfa9798288ac383befcba4e03204ae2.tar.zst freebsd-ports-gnome-3a272b128bfa9798288ac383befcba4e03204ae2.zip |
Typhoeus runs HTTP requests in parallel while
cleanly encapsulating handling logic.
It's a library for accessing web services in Ruby,
specifically designed for building RESTful service
oriented architectures in Ruby that need to be fast
enough to process calls to multiple services within
the client's HTTP request/response life cycle.
WWW: https://github.com/dbalatero/typhoeus
PR: ports/158313
Submitted by: Eric Freeman <freebsdports@chillibear.com>
Diffstat (limited to 'www/Makefile')
-rw-r--r-- | www/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/www/Makefile b/www/Makefile index 6506958c7ea6..b04ec640109b 100644 --- a/www/Makefile +++ b/www/Makefile @@ -1657,6 +1657,7 @@ SUBDIR += rubygem-staticmatic SUBDIR += rubygem-taggable SUBDIR += rubygem-thin + SUBDIR += rubygem-typhoeus SUBDIR += rubygem-webmock SUBDIR += rubygem-yapra SUBDIR += runsomebrowser |