File tree Expand file tree Collapse file tree 1 file changed +5
-3
lines changed
user_guide_src/source/libraries Expand file tree Collapse file tree 1 file changed +5
-3
lines changed Original file line number Diff line number Diff line change @@ -214,7 +214,7 @@ cookie
214214======
215215
216216This 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.
218218An example:
219219
220220.. literalinclude :: curlrequest/021.php
@@ -223,8 +223,10 @@ debug
223223=====
224224
225225When ``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
228230the server's error log.
229231
230232.. literalinclude :: curlrequest/034.php
You can’t perform that action at this time.
0 commit comments