@ciao-lang/ts-ciao-interface
Version:
Simple Ciao interface for node.
8 lines (6 loc) • 3.86 kB
HTML
<html><head><meta http-equiv="Content-Type" content="text/html; charset=utf-8"/><meta name="viewport" content="width=device-width, initial-scale=1"/><meta name="theme-color" content="#273f79"/><link rel="stylesheet" href="lpdoc.css" type="text/css"/><script type="text/javascript" src="lpdoc.js"></script><title>HTTP client/server libraries — The Ciao System v1.22</title></head><body><div class="lpdoc-page fixleftbar"><a href="#" id="sidebar-toggle-button" class="lpdoc-navbutton"><span id="sidebar-button-arrow">☰</span></a><div id="sidebar" class="lpdoc-sidebar"><div style="height: 40px; margin-left: auto; margin-right: auto"><img src="ciao-logo_autofig.png" width=auto height=100%></div><div class="lpdoc-nav"><span class="lpdoc-on-right"><a class="lpdoc-navbutton" href="ExtraLibs.html">↑</a><a class="lpdoc-navbutton" href="sockets_io.html">←</a><a class="lpdoc-navbutton" href="http_client.html">→</a><a class="lpdoc-navbutton" href="ciaosearch.html">🔍</a></span><span><a href="ciaofulltoc.html">TOC</a></span></div><hr></hr><ul class="lpdoc-itemize-sectpath"><li><a href="ciao.html">The Ciao System</a> »<br/> </li><li><a href="ExtraLibs.html">PART VIII - Additional libraries</a> »<br/> </li><li><a href=""><strong>HTTP client/server libraries</strong></a> ▾<ul><li><a href="http_client.html">HTTP client</a></li><li><a href="http_server.html">HTTP server</a></li><li><a href="url.html">URL encoding/decoding</a></li><li><a href="http_forms.html">Form Data and Query Strings</a></li><li><a href="cgi.html">CGI programming</a></li><li><a href="http_messages.html">HTTP messages (response and request)</a></li><li><a href="http_date.html">HTTP dates</a></li><li><a href="http_grammar.html">Common grammar definitions for HTTP</a></li></ul></li></ul><hr></hr><em>ON THIS PAGE</em><ul><li><a href="#Usage and interface">Usage and interface</a></li></ul></div><div class="lpdoc-main"><div id=""><h1>HTTP client/server libraries</h1><a class="lpdoc-idx-anchor" href="ciaosearch.html#http"></a>
<strong>Author(s):</strong> <a class="lpdoc-idx-anchor" id="The Ciao Development Team" href="ciaosearch.html#The Ciao Development Team">The Ciao Development Team</a>.<p>
<p>This is a collection of modules that implement a client and server for the <a class="lpdoc-idx-anchor" id="0" href="ciaosearch.html#HTTP">HTTP</a> protocol, and related technology like <a class="lpdoc-idx-anchor" id="1" href="ciaosearch.html#CGI">CGI</a> programming.<p><strong>Note</strong>: Parts of this code are based on the original PiLLoW library [<a class="lpdoc-idx-anchor" id="2" href="ciaorefs.html#pillow-ws-dist">CHV96</a>]), which can be downloaded from <a href="http://clip.dia.fi.upm.es/Software/pillow/pillow.html">http://clip.dia.fi.upm.es/Software/pillow/pillow.html</a>.<br/><div id="Usage and interface"><h2>Usage and interface</h2><div class="lpdoc-cartouche"><ul><li><strong>Library usage:</strong><br/><tt>:- use_package(http).</tt>
or
<tt>:- module(...,...,[http]).</tt><li><strong>Implicit imports:</strong><br/><ul class="lpdoc-itemize-minus"><li><em>Packages:</em><br/><a class="lpdoc-idx-anchor" id="3" href="ciaosearch.html#prelude"><tt>prelude</tt></a>, <a class="lpdoc-idx-anchor" id="4" href="ciaosearch.html#initial"><tt>initial</tt></a>, <a class="lpdoc-idx-anchor" id="5" href="condcomp_doc.html"><tt>condcomp</tt></a>, <a class="lpdoc-idx-anchor" id="6" href="assertions_doc.html"><tt>assertions</tt></a>, <a class="lpdoc-idx-anchor" id="7" href="ciaosearch.html#assertions/assertions_basic"><tt>assertions/assertions_basic</tt></a>, <a class="lpdoc-idx-anchor" id="8" href="doccomments_doc.html"><tt>doccomments</tt></a>.
</ul></ul></div></div></div><div class="lpdoc-footer">Generated with LPdoc using Ciao</div></div><div class="lpdoc-clearer"></div></div></body></html>