@@ -31,7 +31,7 @@ Concept`_, otherwise it chooses the `Normal Client Request Concept`_.
31
31
Normal Client Request Concept
32
32
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
33
33
34
- A type models the Normal Client Request Concept if it models the `Message
34
+ A type models the Normal Client Request Concept if it models the `Message
35
35
Concept `_ and also supports the following constructs.
36
36
37
37
**Legend **
@@ -123,8 +123,8 @@ and also supports the following constructs.
123
123
Directives
124
124
----------
125
125
126
- This section details the provided directives that are provided by
127
- :mod: `cpp-netlib `. The section was written to assume that an appropriately
126
+ This section details the provided directives that are provided by
127
+ :mod: `cpp-netlib `. The section was written to assume that an appropriately
128
128
constructed request instance is either of the following:
129
129
130
130
.. code-block :: c++
@@ -163,13 +163,13 @@ Directives are meant to be used in the following manner:
163
163
do not implement things correctly.
164
164
165
165
*unspecified * ``source(std::string const & source_) ``
166
- Create a source directive with a ``std::string `` as a parameter, to be set
166
+ Create a source directive with a ``std::string `` as a parameter, to be set
167
167
as the source of the request.
168
168
*unspecified * ``source(std::wstring const & source_) ``
169
169
Create a source directive with a ``std::wstring `` as a parameter, to be set
170
170
as the source of the request.
171
171
*unspecified * ``destination(std::string const & source_) ``
172
- Create a destination directive with a ``std::string `` as a parameter, to be
172
+ Create a destination directive with a ``std::string `` as a parameter, to be
173
173
set as the destination of the request.
174
174
*unspecified * ``destination(std::wstring const & source_) ``
175
175
Create a destination directive with a ``std::wstring `` as a parameter, to be
@@ -200,7 +200,7 @@ Directives are meant to be used in the following manner:
200
200
Modifiers
201
201
---------
202
202
203
- This section details the provided modifiers that are provided by
203
+ This section details the provided modifiers that are provided by
204
204
:mod: `cpp-netlib `.
205
205
206
206
``template <class Tag> inline void source(basic_request<Tag> & request, typename string<Tag>::type const & source_) ``
@@ -232,7 +232,7 @@ section assumes that the following using namespace directives are in
232
232
effect:
233
233
234
234
.. code-block :: c++
235
-
235
+
236
236
using namespace boost::network;
237
237
using namespace boost::network: :http;
238
238
0 commit comments