blob: 46be3cf4ced809e2c6d9c89501b580e3769ed96c [file] [log] [blame]
<!DOCTYPE html>
<html lang="en">
<head>
<title>Apache Serf</title>
<!--#include virtual="/includes/header.html" -->
</head>
<body>
<!-- navbar -->
<nav class="navbar navbar-inverse navbar-static-top">
<div class="container">
<div class="navbar-header">
<a class="navbar-brand" href="/">Apache Serf &trade;</a>
</div>
<div id="navbar" class="navbar-collapse collapse">
<ul class="nav navbar-nav">
<li class="active"><a href="/">About</a></li>
<li><a href="/download">Download</a></li>
<li><a href="/contribute">Contribute</a></li>
<li class="dropdown">
<a class="dropdown-toggle" data-toggle="dropdown" href="#">
Apache
<b class="caret"></b>
</a>
<ul class="dropdown-menu">
<li>
<a href="//www.apache.org/">Apache Home</a>
</li>
<li>
<a href="//www.apache.org/licenses/">Apache License v2.0</a>
</li>
<li>
<a href="//www.apache.org/foundation/sponsorship.html">Donate</a>
</li>
<li>
<a href="//www.apache.org/foundation/thanks.html">Thanks</a>
</li>
<li>
<a href="//www.apache.org/security/">Security</a>
</li>
</ul>
</li>
</ul>
</div>
</div>
</nav>
<!-- Page Content -->
<div class="container">
<div class="row">
<div class="col-lg-12">
<h2>Apache Serf</h2>
<p>The serf library is a high performance C-based HTTP client library built
upon the <a href="//apr.apache.org">Apache Portable Runtime</a> (APR)
library. It is permissively licensed under the Apache License, v2.</p>
<p>Key features: </p>
<ul>
<li>multiplexed, asynchronous connections </li>
<li>SSL/TLS support </li>
<li>full HTTP pipelining </li>
<li>multiple authentication modes (Basic, Digest, Kerberos/NTLM) </li>
<li>zero-copy support for increased throughput </li>
</ul>
<p>Serf is the default client library of
<a href="//subversion.apache.org/">Apache Subversion</a> and
<a href="//openoffice.apache.org/">Apache OpenOffice</a>
</p>
</div>
</div>
</div>
<!-- /.container -->
<!--#include virtual="/includes/footer.html" -->
</body>
</html>