Skip to content

Commit ef37e12

Browse files
committed
docs: add text decoration
1 parent ce62326 commit ef37e12

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

user_guide_src/source/libraries/curlrequest.rst

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -214,7 +214,7 @@ cookie
214214
======
215215

216216
This specifies the filename that CURL should use to read cookie values from, and
217-
to save cookie values to. This is done using the CURL_COOKIEJAR and CURL_COOKIEFILE options.
217+
to save cookie values to. This is done using the ``CURL_COOKIEJAR`` and ``CURL_COOKIEFILE`` options.
218218
An example:
219219

220220
.. literalinclude:: curlrequest/021.php
@@ -223,8 +223,10 @@ debug
223223
=====
224224

225225
When ``debug`` is passed and set to ``true``, this will enable additional debugging to echo to STDERR during the
226-
script execution. This is done by passing CURLOPT_VERBOSE and echoing the output. So, when you're running a built-in
227-
server via ``spark serve`` you will see the output in the console. Otherwise, the output will be written to
226+
script execution.
227+
228+
This is done by passing ``CURLOPT_VERBOSE`` and echoing the output. So, when you're running a built-in
229+
server via ``spark serve``, you will see the output in the console. Otherwise, the output will be written to
228230
the server's error log.
229231

230232
.. literalinclude:: curlrequest/034.php

0 commit comments

Comments
 (0)