diff options
Diffstat (limited to 'html/092socket.mu.html')
-rw-r--r-- | html/092socket.mu.html | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/html/092socket.mu.html b/html/092socket.mu.html index f22f5e64..48903000 100644 --- a/html/092socket.mu.html +++ b/html/092socket.mu.html @@ -112,9 +112,9 @@ if ('onhashchange' in window) { <span id="L50" class="LineNr"> 50 </span> ] <span id="L51" class="LineNr"> 51 </span>] <span id="L52" class="LineNr"> 52 </span> -<span id="L53" class="LineNr"> 53 </span><span class="muData">type</span> request-handler = (recipe text<span class="muRecipe"> -> </span>text) +<span id="L53" class="LineNr"> 53 </span><span class="muData">type</span> <a href='092socket.mu.html#L53'>request-handler</a> = (recipe text<span class="muRecipe"> -> </span>text) <span id="L54" class="LineNr"> 54 </span> -<span id="L55" class="LineNr"> 55 </span><span class="muRecipe">def</span> <a href='092socket.mu.html#L55'>serve-one-request</a> socket:num, request-handler:request-handler<span class="muRecipe"> -> </span>socket:num [ +<span id="L55" class="LineNr"> 55 </span><span class="muRecipe">def</span> <a href='092socket.mu.html#L55'>serve-one-request</a> socket:num, <a href='092socket.mu.html#L53'>request-handler</a>:<a href='092socket.mu.html#L53'>request-handler</a><span class="muRecipe"> -> </span>socket:num [ <span id="L56" class="LineNr"> 56 </span> <span class="Constant">local-scope</span> <span id="L57" class="LineNr"> 57 </span> <span class="Constant">load-ingredients</span> <span id="L58" class="LineNr"> 58 </span> session:num <span class="Special"><-</span> $accept socket @@ -123,7 +123,7 @@ if ('onhashchange' in window) { <span id="L61" class="LineNr"> 61 </span> contents:&:<a href='075channel.mu.html#L43'>source</a>:char, <a href='075channel.mu.html#L47'>sink</a>:&:<a href='075channel.mu.html#L47'>sink</a>:char <span class="Special"><-</span> <a href='075channel.mu.html#L51'>new-channel</a><span class="Constant"> 30</span> <span id="L62" class="LineNr"> 62 </span> start-running <a href='092socket.mu.html#L104'>receive-from-socket</a> session, <a href='075channel.mu.html#L47'>sink</a> <span id="L63" class="LineNr"> 63 </span> query:text <span class="Special"><-</span> <a href='075channel.mu.html#L487'>drain</a> contents -<span id="L64" class="LineNr"> 64 </span> response:text <span class="Special"><-</span> call request-handler, query +<span id="L64" class="LineNr"> 64 </span> response:text <span class="Special"><-</span> call <a href='092socket.mu.html#L53'>request-handler</a>, query <span id="L65" class="LineNr"> 65 </span> <a href='092socket.mu.html#L132'>write-to-socket</a> session, response <span id="L66" class="LineNr"> 66 </span> session <span class="Special"><-</span> $close-socket session <span id="L67" class="LineNr"> 67 </span>] |