diff options
author | Kartik K. Agaram <vc@akkartik.com> | 2017-04-18 11:02:49 -0700 |
---|---|---|
committer | Kartik K. Agaram <vc@akkartik.com> | 2017-04-18 11:02:49 -0700 |
commit | bd58d18a2308ae5b53a6f5df1e67203739396d8f (patch) | |
tree | 3c3dbb040071cd35adb2a2f7f7f795600feb46c6 /html/http-client.mu.html | |
parent | d6ae00788a2910e16313e8d83906dd4a52cabd43 (diff) | |
download | mu-bd58d18a2308ae5b53a6f5df1e67203739396d8f.tar.gz |
3829
Diffstat (limited to 'html/http-client.mu.html')
-rw-r--r-- | html/http-client.mu.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/html/http-client.mu.html b/html/http-client.mu.html index 9c628da2..90b72559 100644 --- a/html/http-client.mu.html +++ b/html/http-client.mu.html @@ -64,7 +64,7 @@ if ('onhashchange' in window) { <span id="L4" class="LineNr"> 4 </span> <span class="Constant">local-scope</span> <span id="L5" class="LineNr"> 5 </span> google:&:source:char <span class="Special"><-</span> <a href='092socket.mu.html#L69'>start-reading-from-network</a> <span class="Constant">0/real-resources</span>, <span class="Constant">[google.com/]</span> <span id="L6" class="LineNr"> 6 </span> n:num <span class="Special"><-</span> copy<span class="Constant"> 0</span> -<span id="L7" class="LineNr"> 7 </span> buf:&:<a href='061text.mu.html#L127'>buffer</a> <span class="Special"><-</span> <a href='061text.mu.html#L132'>new-buffer</a><span class="Constant"> 30</span> +<span id="L7" class="LineNr"> 7 </span> buf:&:buffer <span class="Special"><-</span> <a href='061text.mu.html#L131'>new-buffer</a><span class="Constant"> 30</span> <span id="L8" class="LineNr"> 8 </span> <span class="Delimiter">{</span> <span id="L9" class="LineNr"> 9 </span> <span class="Conceal">¦</span> c:char, done?:bool <span class="Special"><-</span> read google <span id="L10" class="LineNr">10 </span> <span class="Conceal">¦</span> <span class="muControl">break-if</span> done? @@ -72,7 +72,7 @@ if ('onhashchange' in window) { <span id="L12" class="LineNr">12 </span> <span class="Conceal">¦</span> buf <span class="Special"><-</span> append buf, c <span id="L13" class="LineNr">13 </span> <span class="Conceal">¦</span> <span class="muControl">loop</span> <span id="L14" class="LineNr">14 </span> <span class="Delimiter">}</span> -<span id="L15" class="LineNr">15 </span> result:text <span class="Special"><-</span> <a href='061text.mu.html#L329'>buffer-to-array</a> buf +<span id="L15" class="LineNr">15 </span> result:text <span class="Special"><-</span> <a href='061text.mu.html#L328'>buffer-to-array</a> buf <span id="L16" class="LineNr">16 </span> open-console <span id="L17" class="LineNr">17 </span> len:num <span class="Special"><-</span> length *result <span id="L18" class="LineNr">18 </span> print <span class="Constant">0/real-screen</span>, result |