Skip to content

Commit bcfc0c0

Browse files
committed
Deployed ede73be to 5.9 with MkDocs 1.4.2 and mike 1.1.2
1 parent 71aaa18 commit bcfc0c0

7 files changed

Lines changed: 55 additions & 43 deletions

File tree

5.9/content-types/index.html

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -928,11 +928,11 @@ <h3 id="special-treatment-of-content-type-applicationjson">Special Treatment of
928928
<h3 id="special-treatment-of-content-type-multipartform-data">Special Treatment of Content Type <code>multipart/form-data</code></h3>
929929
<p>Content type <code>multipart/form-data</code> is commonly used to transfer files to a server or to send multiple types of content in the request payload. If you specify a content type of <code>'multipart/form-data'</code>:</p>
930930
<ul>
931-
<li><code>Params</code> must be a namespace with named elements.</li>
931+
<li><code>Params</code> must be a namespace with named elements. The names correspond to what would be the form &lt;input&gt; names were this request being sent from a browser.</li>
932932
<li>Each element in <code>Params</code> consists of up to 3 elements:<ul>
933-
<li>content - the data for the element, if sending a file this is the file name (see the section below) </li>
934-
<li>type - the MIME content-type type for the element</li>
935-
<li>filename - if content is to be saved as a file, this is the filename for the content</li>
933+
<li><code>[1]</code> content - the data for the element, if sending a file this is the file name (see the section below) </li>
934+
<li><code>[2]</code> type - the MIME content-type type for the element</li>
935+
<li><code>[3]</code> filename - if content is to be saved as a file, this is the filename for the content</li>
936936
</ul>
937937
</li>
938938
<li>To send a file, prefix the file name with either:<ul>

5.9/print_page/index.html

Lines changed: 13 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1679,20 +1679,24 @@ <h2 class='nav-section-title' id='section-settings'>
16791679
</h2>
16801680
<section class="print-page" id="request-settings"><p>Request-related settings are settings you use to specify attributes of the HTTP request that <code>HttpCommand</code> will process.</p>
16811681
<h2 id="request-settings-instance-settings">Instance Settings</h2>
1682-
<h3 id="request-settings-command"><code>Command</code></h3>
1682+
<h3 id="request-settings-command-or-method"><code>Command</code> or <code>Method</code></h3>
16831683
<table>
16841684
<tbody>
16851685
<tr>
16861686
<td>Description</td>
1687-
<td>The case-insensitive HTTP command (method) for the request. <code>Command</code> is not limited to standard HTTP methods like GET, POST, PUT, HEAD, OPTIONS, and DELETE, but can be any string provided that the host has implemented support for it.</td>
1687+
<td>The case-insensitive HTTP command (method) for the request. <code>Command</code> and <code>Method</code> are synomyms and either may be used. This setting is not limited to standard HTTP methods like GET, POST, PUT, HEAD, OPTIONS, and DELETE, but can be any string provided that the host has implemented support for it.</td>
16881688
</tr>
16891689
<tr>
16901690
<td>Default</td>
16911691
<td><code>'GET'</code></td>
16921692
</tr>
16931693
<tr>
16941694
<td>Example(s)</td>
1695-
<td><code>h.Command←'POST'</code></td>
1695+
<td><code>h.Command←'POST'</code><br><code>h.Method←'delete'</code></td>
1696+
</tr>
1697+
<tr>
1698+
<td>Details</td>
1699+
<td><ul><li>The HTTP specification specifies that the HTTP method should be uppercase - <code>HttpCommand</code> will convert the method to uppercase prior to sending the request</li><li><code>Command</code> is the original setting used by <code>HttpCommand</code>. The <code>Method</code> synonym was introduced because "method" is the more common term in HTTP parlance</li><li><code>Command</code> and <code>Method</code> are kept in sync by <code>HttpCommand</code>; if you set both, the last one set will be what is used in the HTTP request.</li></ul></td>
16961700
</tr>
16971701
</tbody>
16981702
</table>
@@ -3981,11 +3985,11 @@ <h3 id="content-types-special-treatment-of-content-type-applicationjson">Special
39813985
<h3 id="content-types-special-treatment-of-content-type-multipartform-data">Special Treatment of Content Type <code>multipart/form-data</code></h3>
39823986
<p>Content type <code>multipart/form-data</code> is commonly used to transfer files to a server or to send multiple types of content in the request payload. If you specify a content type of <code>'multipart/form-data'</code>:</p>
39833987
<ul>
3984-
<li><code>Params</code> must be a namespace with named elements.</li>
3988+
<li><code>Params</code> must be a namespace with named elements. The names correspond to what would be the form &lt;input&gt; names were this request being sent from a browser.</li>
39853989
<li>Each element in <code>Params</code> consists of up to 3 elements:<ul>
3986-
<li>content - the data for the element, if sending a file this is the file name (see the section below) </li>
3987-
<li>type - the MIME content-type type for the element</li>
3988-
<li>filename - if content is to be saved as a file, this is the filename for the content</li>
3990+
<li><code>[1]</code> content - the data for the element, if sending a file this is the file name (see the section below) </li>
3991+
<li><code>[2]</code> type - the MIME content-type type for the element</li>
3992+
<li><code>[3]</code> filename - if content is to be saved as a file, this is the filename for the content</li>
39893993
</ul>
39903994
</li>
39913995
<li>To send a file, prefix the file name with either:<ul>
@@ -4266,6 +4270,8 @@ <h1 class='nav-section-title' id='section-about'>
42664270
SOFTWARE.</p></section><section class="print-page" id="release-notes"><h2 id="release-notes-version-59">Version 5.9</h2>
42674271
<ul>
42684272
<li>Allow <a href="#shortcut-methods-getjson-issue-a-request-to-a-json-based-web-service"><code>GetJSON</code></a> to take a simple character vector URL.</li>
4273+
<li>Enable uploading of file by specifying using the content of the file and its intended name, rather than reading a file from disk.</li>
4274+
<li>Create "Method" synonym for "Command"</li>
42694275
</ul>
42704276
<h2 id="release-notes-version-58">Version 5.8</h2>
42714277
<ul>

5.9/release-notes/index.html

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1035,6 +1035,8 @@ <h1>Release Notes</h1>
10351035
<h2 id="version-59">Version 5.9</h2>
10361036
<ul>
10371037
<li>Allow <a href="../shortcut-methods/#getjson-issue-a-request-to-a-json-based-web-service"><code>GetJSON</code></a> to take a simple character vector URL.</li>
1038+
<li>Enable uploading of file by specifying using the content of the file and its intended name, rather than reading a file from disk.</li>
1039+
<li>Create "Method" synonym for "Command"</li>
10381040
</ul>
10391041
<h2 id="version-58">Version 5.8</h2>
10401042
<ul>

5.9/request-settings/index.html

Lines changed: 11 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -428,8 +428,8 @@
428428
<ul class="md-nav__list">
429429

430430
<li class="md-nav__item">
431-
<a href="#command" class="md-nav__link">
432-
Command
431+
<a href="#command-or-method" class="md-nav__link">
432+
Command or Method
433433
</a>
434434

435435
</li>
@@ -1005,8 +1005,8 @@
10051005
<ul class="md-nav__list">
10061006

10071007
<li class="md-nav__item">
1008-
<a href="#command" class="md-nav__link">
1009-
Command
1008+
<a href="#command-or-method" class="md-nav__link">
1009+
Command or Method
10101010
</a>
10111011

10121012
</li>
@@ -1144,20 +1144,24 @@ <h1>Request-related Settings</h1>
11441144

11451145
<p>Request-related settings are settings you use to specify attributes of the HTTP request that <code>HttpCommand</code> will process.</p>
11461146
<h2 id="instance-settings">Instance Settings</h2>
1147-
<h3 id="command"><code>Command</code></h3>
1147+
<h3 id="command-or-method"><code>Command</code> or <code>Method</code></h3>
11481148
<table>
11491149
<tbody>
11501150
<tr>
11511151
<td>Description</td>
1152-
<td>The case-insensitive HTTP command (method) for the request. <code>Command</code> is not limited to standard HTTP methods like GET, POST, PUT, HEAD, OPTIONS, and DELETE, but can be any string provided that the host has implemented support for it.</td>
1152+
<td>The case-insensitive HTTP command (method) for the request. <code>Command</code> and <code>Method</code> are synomyms and either may be used. This setting is not limited to standard HTTP methods like GET, POST, PUT, HEAD, OPTIONS, and DELETE, but can be any string provided that the host has implemented support for it.</td>
11531153
</tr>
11541154
<tr>
11551155
<td>Default</td>
11561156
<td><code>'GET'</code></td>
11571157
</tr>
11581158
<tr>
11591159
<td>Example(s)</td>
1160-
<td><code>h.Command←'POST'</code></td>
1160+
<td><code>h.Command←'POST'</code><br><code>h.Method←'delete'</code></td>
1161+
</tr>
1162+
<tr>
1163+
<td>Details</td>
1164+
<td><ul><li>The HTTP specification specifies that the HTTP method should be uppercase - <code>HttpCommand</code> will convert the method to uppercase prior to sending the request</li><li><code>Command</code> is the original setting used by <code>HttpCommand</code>. The <code>Method</code> synonym was introduced because "method" is the more common term in HTTP parlance</li><li><code>Command</code> and <code>Method</code> are kept in sync by <code>HttpCommand</code>; if you set both, the last one set will be what is used in the HTTP request.</li></ul></td>
11611165
</tr>
11621166
</tbody>
11631167
</table>

5.9/search/search_index.json

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.

5.9/sitemap.xml

Lines changed: 24 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -2,122 +2,122 @@
22
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
33
<url>
44
<loc>None</loc>
5-
<lastmod>2025-03-08</lastmod>
5+
<lastmod>2025-06-21</lastmod>
66
<changefreq>daily</changefreq>
77
</url>
88
<url>
99
<loc>None</loc>
10-
<lastmod>2025-03-08</lastmod>
10+
<lastmod>2025-06-21</lastmod>
1111
<changefreq>daily</changefreq>
1212
</url>
1313
<url>
1414
<loc>None</loc>
15-
<lastmod>2025-03-08</lastmod>
15+
<lastmod>2025-06-21</lastmod>
1616
<changefreq>daily</changefreq>
1717
</url>
1818
<url>
1919
<loc>None</loc>
20-
<lastmod>2025-03-08</lastmod>
20+
<lastmod>2025-06-21</lastmod>
2121
<changefreq>daily</changefreq>
2222
</url>
2323
<url>
2424
<loc>None</loc>
25-
<lastmod>2025-03-08</lastmod>
25+
<lastmod>2025-06-21</lastmod>
2626
<changefreq>daily</changefreq>
2727
</url>
2828
<url>
2929
<loc>None</loc>
30-
<lastmod>2025-03-08</lastmod>
30+
<lastmod>2025-06-21</lastmod>
3131
<changefreq>daily</changefreq>
3232
</url>
3333
<url>
3434
<loc>None</loc>
35-
<lastmod>2025-03-08</lastmod>
35+
<lastmod>2025-06-21</lastmod>
3636
<changefreq>daily</changefreq>
3737
</url>
3838
<url>
3939
<loc>None</loc>
40-
<lastmod>2025-03-08</lastmod>
40+
<lastmod>2025-06-21</lastmod>
4141
<changefreq>daily</changefreq>
4242
</url>
4343
<url>
4444
<loc>None</loc>
45-
<lastmod>2025-03-08</lastmod>
45+
<lastmod>2025-06-21</lastmod>
4646
<changefreq>daily</changefreq>
4747
</url>
4848
<url>
4949
<loc>None</loc>
50-
<lastmod>2025-03-08</lastmod>
50+
<lastmod>2025-06-21</lastmod>
5151
<changefreq>daily</changefreq>
5252
</url>
5353
<url>
5454
<loc>None</loc>
55-
<lastmod>2025-03-08</lastmod>
55+
<lastmod>2025-06-21</lastmod>
5656
<changefreq>daily</changefreq>
5757
</url>
5858
<url>
5959
<loc>None</loc>
60-
<lastmod>2025-03-08</lastmod>
60+
<lastmod>2025-06-21</lastmod>
6161
<changefreq>daily</changefreq>
6262
</url>
6363
<url>
6464
<loc>None</loc>
65-
<lastmod>2025-03-08</lastmod>
65+
<lastmod>2025-06-21</lastmod>
6666
<changefreq>daily</changefreq>
6767
</url>
6868
<url>
6969
<loc>None</loc>
70-
<lastmod>2025-03-08</lastmod>
70+
<lastmod>2025-06-21</lastmod>
7171
<changefreq>daily</changefreq>
7272
</url>
7373
<url>
7474
<loc>None</loc>
75-
<lastmod>2025-03-08</lastmod>
75+
<lastmod>2025-06-21</lastmod>
7676
<changefreq>daily</changefreq>
7777
</url>
7878
<url>
7979
<loc>None</loc>
80-
<lastmod>2025-03-08</lastmod>
80+
<lastmod>2025-06-21</lastmod>
8181
<changefreq>daily</changefreq>
8282
</url>
8383
<url>
8484
<loc>None</loc>
85-
<lastmod>2025-03-08</lastmod>
85+
<lastmod>2025-06-21</lastmod>
8686
<changefreq>daily</changefreq>
8787
</url>
8888
<url>
8989
<loc>None</loc>
90-
<lastmod>2025-03-08</lastmod>
90+
<lastmod>2025-06-21</lastmod>
9191
<changefreq>daily</changefreq>
9292
</url>
9393
<url>
9494
<loc>None</loc>
95-
<lastmod>2025-03-08</lastmod>
95+
<lastmod>2025-06-21</lastmod>
9696
<changefreq>daily</changefreq>
9797
</url>
9898
<url>
9999
<loc>None</loc>
100-
<lastmod>2025-03-08</lastmod>
100+
<lastmod>2025-06-21</lastmod>
101101
<changefreq>daily</changefreq>
102102
</url>
103103
<url>
104104
<loc>None</loc>
105-
<lastmod>2025-03-08</lastmod>
105+
<lastmod>2025-06-21</lastmod>
106106
<changefreq>daily</changefreq>
107107
</url>
108108
<url>
109109
<loc>None</loc>
110-
<lastmod>2025-03-08</lastmod>
110+
<lastmod>2025-06-21</lastmod>
111111
<changefreq>daily</changefreq>
112112
</url>
113113
<url>
114114
<loc>None</loc>
115-
<lastmod>2025-03-08</lastmod>
115+
<lastmod>2025-06-21</lastmod>
116116
<changefreq>daily</changefreq>
117117
</url>
118118
<url>
119119
<loc>None</loc>
120-
<lastmod>2025-03-08</lastmod>
120+
<lastmod>2025-06-21</lastmod>
121121
<changefreq>daily</changefreq>
122122
</url>
123123
</urlset>

5.9/sitemap.xml.gz

0 Bytes
Binary file not shown.

0 commit comments

Comments
 (0)