Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commitd9a4bc4

Browse files
committed
[issue 97] Minor typos.
1 parent7a4c3c8 commitd9a4bc4

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

‎index.html

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<htmlxmlns="http://www.w3.org/1999/xhtml">
77
<head>
88
<metahttp-equiv="Content-Type"content="text/html; charset=utf-8"/>
9-
9+
1010
<title>Getting cpp-netlib &mdash; cpp-netlib v0.9.3</title>
1111
<linkrel="stylesheet"href="_static/cpp-netlib.css"type="text/css"/>
1212
<linkrel="stylesheet"href="_static/pygments.css"type="text/css"/>
@@ -61,7 +61,7 @@ <h1><a href="#">cpp-netlib v0.9.3</a></h1>
6161
<divid="yui-main">
6262
<divclass="yui-b">
6363
<divclass="yui-g"id="index">
64-
64+
6565
<pclass="rubric"id="index">Straightforward network programming in modern C++</p>
6666
<divclass="section"id="cpp-netlib-getting-cpp-netlib">
6767
<h1>Getting cpp-netlib<aclass="headerlink"href="#cpp-netlib-getting-cpp-netlib"title="Permalink to this headline"></a></h1>
@@ -111,8 +111,8 @@ <h1>Hello, world!<a class="headerlink" href="#cpp-netlib-hello-world" title="Per
111111
<spanclass="n">client</span><spanclass="o">::</span><spanclass="n">request</span><spanclass="n">request_</span><spanclass="p">(</span><spanclass="s">&quot;http://127.0.0.1:8000/&quot;</span><spanclass="p">);</span>
112112
<spanclass="n">request_</span><spanclass="o">&lt;&lt;</span><spanclass="n">header</span><spanclass="p">(</span><spanclass="s">&quot;Connection&quot;</span><spanclass="p">,</span><spanclass="s">&quot;close&quot;</span><spanclass="p">);</span>
113113
<spanclass="n">client</span><spanclass="n">client_</span><spanclass="p">;</span>
114-
<spanclass="n">client</span><spanclass="o">::</span><spanclass="n">response</span><spanclass="n">response_</span><spanclass="o">=</span><spanclass="n">client_</span><spanclass="p">.</span><spanclass="n">get</span><spanclass="p">(</span><spanclass="n">request</span><spanclass="p">);</span>
115-
<spanclass="n">std</span><spanclass="o">::</span><spanclass="n">string</span><spanclass="n">body</span><spanclass="o">=</span><spanclass="n">body</span><spanclass="p">(</span><spanclass="n">response_</span><spanclass="p">);</span>
114+
<spanclass="n">client</span><spanclass="o">::</span><spanclass="n">response</span><spanclass="n">response_</span><spanclass="o">=</span><spanclass="n">client_</span><spanclass="p">.</span><spanclass="n">get</span><spanclass="p">(</span><spanclass="n">request_</span><spanclass="p">);</span>
115+
<spanclass="n">std</span><spanclass="o">::</span><spanclass="n">string</span><spanclass="n">body_</span><spanclass="o">=</span><spanclass="n">body</span><spanclass="p">(</span><spanclass="n">response_</span><spanclass="p">);</span>
116116
</pre></div>
117117
</div>
118118
<p>And the corresponding server code is listed below:</p>
@@ -166,9 +166,9 @@ <h1>Want to learn more?<a class="headerlink" href="#cpp-netlib-want-to-learn-mor
166166
</div>
167167
</div>
168168
</div>
169-
170-
171-
169+
170+
171+
172172
</div>
173173

174174
<divid="ft">

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp