-
Notifications
You must be signed in to change notification settings - Fork 1
/
index.html
30 lines (30 loc) · 1.52 KB
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
---
title: Title
layout: default
---
<div class='headline'>
<div class='logo'>
<h1>Typhoeus</h1>
</div>
<div class='clear' style=''></div>
<p style=''>
Like a modern code version of the mythical beast with 100 serpent heads, Typhoeus runs HTTP requests in parallel while cleanly encapsulating handling logic.
</p>
<a class='btn btn-primary btn-large' href='https://github.com/typhoeus/typhoeus#typhoeus'>Get Started! »</a>
<a class='btn btn-large' href='http://groups.google.com/group/typhoeus'>Join the Mailing List »</a>
<a class='btn btn-large' href='http://github.com/typhoeus/typhoeus'>Contribute »</a>
</div>
<div class='row-fluid'>
<div class='span4'>
<h2>Fast and furious</h2>
<p>Built around <a href="http://curl.haxx.se/download.html">libcurl</a> and libcurl-multi to achive the best performance, is ready to process multiple simultaneous requests, cache responses. Built with FFI, therefore ready for use with any Ruby implementation.</p>
</div>
<div class='span4'>
<h2>Mindful</h2>
<p>Typhoeus is ready to memoize your requests, has built-in caching mechanisms, allows you to avoid hitting remote APIs while testing by providing stubs for specific urls or patterns.</p>
</div>
<div class='span4'>
<h2>Feature Complete</h2>
<p>Is able to handle to handle HTTP timeouts, follow HTTP redirects, handle file uploads, parallel execution, many different types HTTP authentication, secure connections. Everything you may possibly want from your HTTP client and a bit more.</p>
</div>
</div>