116 lines
No EOL
6.7 KiB
HTML
116 lines
No EOL
6.7 KiB
HTML
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
|
|
<title>CLiki: HTTP Client</title>
|
|
<link rel="alternate" type="application/atom+xml" title="ATOM feed of edits to current article"
|
|
href="https://www.cliki.net/site/feed/article.atom?title=HTTP%20Client">
|
|
<link rel="stylesheet" href="static/css/style.css">
|
|
<link rel="stylesheet" href="static/css/colorize.css">
|
|
</head>
|
|
|
|
<body>
|
|
<span class="hidden">CLiki - HTTP Client</span>
|
|
<div id="content"><div id="content-area"><div id="article-title">HTTP Client</div><div id="article">Client applications for working with the web (HTTP client libraries, web browsers, crawlers, screen scrapers, etc.)<p><ul>
|
|
<li>
|
|
<a href="AllegroServe.html" class="internal">AllegroServe</a> -
|
|
Portable AllegroServe is a portable version of Franz Inc's AllegroServe <a href="HTTP server.html" class="category">HTTP server</a>, which also includes an <a href="HTML generator.html" class="internal">HTML generator</a> and an <a href="HTTP client.html" class="category">HTTP client</a>
|
|
</li>
|
|
<li>
|
|
<a href="carrier.html" class="internal">carrier</a> -
|
|
Carrier is an async <a href="HTTP client.html" class="category">HTTP client</a> driven by <a href="cl-async.html" class="internal">cl-async</a> and <a href="fast-http.html" class="internal">fast-http</a>
|
|
</li>
|
|
<li>
|
|
<a href="cl-curl.html" class="internal">cl-curl</a> -
|
|
Cl-curl is a set of Lisp binding to the C <a href="http://curl.haxx.se/libcurl/">libcurl</a> <a href="HTTP client.html" class="category">HTTP client</a> library, a multiprotocol file transfer library
|
|
</li>
|
|
<li>
|
|
<a href="cl-kappa.html" class="internal">cl-kappa</a> -
|
|
cl-kappa is a general purpose <a href="web.html" class="category">web</a> agent in the spirit of WWW::Mechanize
|
|
</li>
|
|
<li>
|
|
<a href="cl-mechanize.html" class="internal">cl-mechanize</a> -
|
|
cl-mechanize is a port of the <a href="https://metacpan.org/pod/distribution/WWW-Mechanize/lib/WWW/Mechanize.pm">WWW::Mechanize</a> Perl module for stateful programmatic <a href="web.html" class="internal">web</a> browsing, used for automating interaction with websites
|
|
</li>
|
|
<li>
|
|
<a href="cl-web-crawler.html" class="internal">cl-web-crawler</a> -
|
|
cl-web-crawler is a web crawling library
|
|
</li>
|
|
<li>
|
|
<a href="Dexador.html" class="internal">Dexador</a> -
|
|
Dexador is a high-performance <a href="HTTP client.html" class="category">HTTP client</a> <a href="library.html" class="category">library</a> with neat APIs and connection-pooling
|
|
</li>
|
|
<li>
|
|
<a href="Drakma.html" class="internal">Drakma</a> -
|
|
Drakma is a fully-featured Common Lisp <a href="HTTP client.html" class="category">HTTP client</a> <a href="library.html" class="category">library</a> that knows how to handle <a href="http://weitz.de/drakma/#chunked">HTTP/1.1</a>
|
|
</li>
|
|
<li>
|
|
<a href="Drakma-async.html" class="internal">Drakma-async</a> -
|
|
drakma-async is an <a href="HTTP client.html" class="category">HTTP client</a> that runs on top of <a href="cl-async.html" class="category">cl-async</a> and aims to be API-compatible with the <a href="Drakma.html" class="category">Drakma</a> library
|
|
</li>
|
|
<li>
|
|
<a href="http-response-handler.html" class="internal">http-response-handler</a> -
|
|
<a href="https://github.com/sellout/http-response-handler">http-response-handler</a> is a set of Lisp conditions for HTTP error responses
|
|
</li>
|
|
<li>
|
|
<a href="Nyxt.html" class="internal">Nyxt</a> -
|
|
<a href="https://nyxt.atlas.engineer/">Nyxt</a> is a keyboard-oriented, extensible <a href="web.html" class="internal">web</a>-browser designed for power users
|
|
</li>
|
|
<li>
|
|
<a href="s-http-client.html" class="internal">s-http-client</a> -
|
|
s-http-client is an <a href="HTTP client.html" class="category">HTTP client</a> <a href="library.html" class="category">library</a>
|
|
</li>
|
|
<li>
|
|
<a href="simple-http.html" class="internal">simple-http</a> -
|
|
is a simple <a href="HTTP client.html" class="category">HTTP client</a> library, see <a href="Trivial-HTTP.html" class="internal">Trivial-HTTP</a>
|
|
</li>
|
|
<li>
|
|
<a href="trivial-download.html" class="internal">trivial-download</a> -
|
|
trivial-download allows you to download files from the Internet from Common Lisp
|
|
</li>
|
|
<li>
|
|
<a href="trivial-http.html" class="internal">trivial-http</a> -
|
|
trivial-http is a simple <a href="HTTP client.html" class="category">HTTP client</a> library
|
|
</li>
|
|
<li>
|
|
<a href="winhttp.html" class="internal">winhttp</a> -
|
|
<a href="CFFI.html" class="category">CFFI</a> bindings to <a href="https://docs.microsoft.com/en-us/windows/win32/winhttp/about-winhttp">WinHTTP</a>
|
|
</li>
|
|
</ul></div></div>
|
|
<div id="footer" class="buttonbar"><ul><li><a href="HTTP Client.html">Current version</a></li>
|
|
<li><a href="https://www.cliki.net/site/history?article=HTTP%20Client">History</a></li>
|
|
<li><a href="https://www.cliki.net/site/backlinks?article=HTTP%20Client">Backlinks</a></li><li><a href="https://www.cliki.net/site/edit-article?title=HTTP%20Client&from-revision=3497544230">Edit</a></li><li><a href="https://www.cliki.net/site/edit-article?create=t">Create</a></li></ul></div>
|
|
</div>
|
|
<div id="header-buttons" class="buttonbar">
|
|
<ul>
|
|
<li><a href="https://www.cliki.net/">Home</a></li>
|
|
<li><a href="https://www.cliki.net/site/recent-changes">Recent Changes</a></li>
|
|
<li><a href="CLiki.html">About</a></li>
|
|
<li><a href="Text Formatting.html">Text Formatting</a></li>
|
|
<li><a href="https://www.cliki.net/site/tools">Tools</a></li>
|
|
</ul>
|
|
<div id="search">
|
|
<form action="https://www.cliki.net/site/search">
|
|
<label for="search_query" class="hidden">Search CLiki</label>
|
|
<input type="text" name="query" id="search_query" value="" />
|
|
<input type="submit" value="search" />
|
|
</form>
|
|
</div>
|
|
</div>
|
|
<div id="pageheader">
|
|
<div id="header">
|
|
<span id="logo">CLiki</span>
|
|
<span id="slogan">the common lisp wiki</span>
|
|
<div id="login"><form method="post" action="https://www.cliki.net/site/login">
|
|
<label for="login_name" class="hidden">Account name</label>
|
|
<input type="text" name="name" id="login_name" class="login_input" />
|
|
<label for= "login_password" class="hidden">Password</label>
|
|
<input type="password" name="password" id="login_password" class="login_input" />
|
|
<input type="submit" name="login" value="login" id="login_submit" /><br />
|
|
<div id="register"><a href="https://www.cliki.net/site/register">register</a></div>
|
|
<input type="submit" name="reset-pw" value="reset password" id="reset_pw" />
|
|
</form>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</body></html> |