|
19 | 19 | # |
20 | 20 | # - Request body: optional. |
21 | 21 | # - Response body: yes. |
22 | | -# - {Safe}[https://en.wikipedia.org/wiki/Hypertext_Transfer_Protocol#Safe_methods]: yes. |
23 | | -# - {Idempotent}[https://en.wikipedia.org/wiki/Hypertext_Transfer_Protocol#Idempotent_methods]: yes. |
24 | | -# - {Cacheable}[https://en.wikipedia.org/wiki/Hypertext_Transfer_Protocol#Cacheable_methods]: yes. |
| 22 | +# - {Safe}[https://en.wikipedia.org/wiki/HTTP#Safe_method]: yes. |
| 23 | +# - {Idempotent}[https://en.wikipedia.org/wiki/HTTP#Idempotent_method]: yes. |
| 24 | +# - {Cacheable}[https://en.wikipedia.org/wiki/HTTP#Cacheable_method]: yes. |
25 | 25 | # |
26 | 26 | # Related: |
27 | 27 | # |
@@ -52,9 +52,9 @@ class Net::HTTP::Get < Net::HTTPRequest |
52 | 52 | # |
53 | 53 | # - Request body: optional. |
54 | 54 | # - Response body: no. |
55 | | -# - {Safe}[https://en.wikipedia.org/wiki/Hypertext_Transfer_Protocol#Safe_methods]: yes. |
56 | | -# - {Idempotent}[https://en.wikipedia.org/wiki/Hypertext_Transfer_Protocol#Idempotent_methods]: yes. |
57 | | -# - {Cacheable}[https://en.wikipedia.org/wiki/Hypertext_Transfer_Protocol#Cacheable_methods]: yes. |
| 55 | +# - {Safe}[https://en.wikipedia.org/wiki/HTTP#Safe_method]: yes. |
| 56 | +# - {Idempotent}[https://en.wikipedia.org/wiki/HTTP#Idempotent_method]: yes. |
| 57 | +# - {Cacheable}[https://en.wikipedia.org/wiki/HTTP#Cacheable_method]: yes. |
58 | 58 | # |
59 | 59 | # Related: |
60 | 60 | # |
@@ -87,9 +87,9 @@ class Net::HTTP::Head < Net::HTTPRequest |
87 | 87 | # |
88 | 88 | # - Request body: yes. |
89 | 89 | # - Response body: yes. |
90 | | -# - {Safe}[https://en.wikipedia.org/wiki/Hypertext_Transfer_Protocol#Safe_methods]: no. |
91 | | -# - {Idempotent}[https://en.wikipedia.org/wiki/Hypertext_Transfer_Protocol#Idempotent_methods]: no. |
92 | | -# - {Cacheable}[https://en.wikipedia.org/wiki/Hypertext_Transfer_Protocol#Cacheable_methods]: yes. |
| 90 | +# - {Safe}[https://en.wikipedia.org/wiki/HTTP#Safe_method]: no. |
| 91 | +# - {Idempotent}[https://en.wikipedia.org/wiki/HTTP#Idempotent_method]: no. |
| 92 | +# - {Cacheable}[https://en.wikipedia.org/wiki/HTTP#Cacheable_method]: yes. |
93 | 93 | # |
94 | 94 | # Related: |
95 | 95 | # |
@@ -123,9 +123,9 @@ class Net::HTTP::Post < Net::HTTPRequest |
123 | 123 | # |
124 | 124 | # - Request body: yes. |
125 | 125 | # - Response body: yes. |
126 | | -# - {Safe}[https://en.wikipedia.org/wiki/Hypertext_Transfer_Protocol#Safe_methods]: no. |
127 | | -# - {Idempotent}[https://en.wikipedia.org/wiki/Hypertext_Transfer_Protocol#Idempotent_methods]: yes. |
128 | | -# - {Cacheable}[https://en.wikipedia.org/wiki/Hypertext_Transfer_Protocol#Cacheable_methods]: no. |
| 126 | +# - {Safe}[https://en.wikipedia.org/wiki/HTTP#Safe_method]: no. |
| 127 | +# - {Idempotent}[https://en.wikipedia.org/wiki/HTTP#Idempotent_method]: yes. |
| 128 | +# - {Cacheable}[https://en.wikipedia.org/wiki/HTTP#Cacheable_method]: no. |
129 | 129 | # |
130 | 130 | # Related: |
131 | 131 | # |
@@ -157,9 +157,9 @@ class Net::HTTP::Put < Net::HTTPRequest |
157 | 157 | # |
158 | 158 | # - Request body: optional. |
159 | 159 | # - Response body: yes. |
160 | | -# - {Safe}[https://en.wikipedia.org/wiki/Hypertext_Transfer_Protocol#Safe_methods]: no. |
161 | | -# - {Idempotent}[https://en.wikipedia.org/wiki/Hypertext_Transfer_Protocol#Idempotent_methods]: yes. |
162 | | -# - {Cacheable}[https://en.wikipedia.org/wiki/Hypertext_Transfer_Protocol#Cacheable_methods]: no. |
| 160 | +# - {Safe}[https://en.wikipedia.org/wiki/HTTP#Safe_method]: no. |
| 161 | +# - {Idempotent}[https://en.wikipedia.org/wiki/HTTP#Idempotent_method]: yes. |
| 162 | +# - {Cacheable}[https://en.wikipedia.org/wiki/HTTP#Cacheable_method]: no. |
163 | 163 | # |
164 | 164 | # Related: |
165 | 165 | # |
@@ -189,9 +189,9 @@ class Net::HTTP::Delete < Net::HTTPRequest |
189 | 189 | # |
190 | 190 | # - Request body: optional. |
191 | 191 | # - Response body: yes. |
192 | | -# - {Safe}[https://en.wikipedia.org/wiki/Hypertext_Transfer_Protocol#Safe_methods]: yes. |
193 | | -# - {Idempotent}[https://en.wikipedia.org/wiki/Hypertext_Transfer_Protocol#Idempotent_methods]: yes. |
194 | | -# - {Cacheable}[https://en.wikipedia.org/wiki/Hypertext_Transfer_Protocol#Cacheable_methods]: no. |
| 192 | +# - {Safe}[https://en.wikipedia.org/wiki/HTTP#Safe_method]: yes. |
| 193 | +# - {Idempotent}[https://en.wikipedia.org/wiki/HTTP#Idempotent_method]: yes. |
| 194 | +# - {Cacheable}[https://en.wikipedia.org/wiki/HTTP#Cacheable_method]: no. |
195 | 195 | # |
196 | 196 | # Related: |
197 | 197 | # |
@@ -221,9 +221,9 @@ class Net::HTTP::Options < Net::HTTPRequest |
221 | 221 | # |
222 | 222 | # - Request body: no. |
223 | 223 | # - Response body: yes. |
224 | | -# - {Safe}[https://en.wikipedia.org/wiki/Hypertext_Transfer_Protocol#Safe_methods]: yes. |
225 | | -# - {Idempotent}[https://en.wikipedia.org/wiki/Hypertext_Transfer_Protocol#Idempotent_methods]: yes. |
226 | | -# - {Cacheable}[https://en.wikipedia.org/wiki/Hypertext_Transfer_Protocol#Cacheable_methods]: no. |
| 224 | +# - {Safe}[https://en.wikipedia.org/wiki/HTTP#Safe_method]: yes. |
| 225 | +# - {Idempotent}[https://en.wikipedia.org/wiki/HTTP#Idempotent_method]: yes. |
| 226 | +# - {Cacheable}[https://en.wikipedia.org/wiki/HTTP#Cacheable_method]: no. |
227 | 227 | # |
228 | 228 | # Related: |
229 | 229 | # |
@@ -256,9 +256,9 @@ class Net::HTTP::Trace < Net::HTTPRequest |
256 | 256 | # |
257 | 257 | # - Request body: yes. |
258 | 258 | # - Response body: yes. |
259 | | -# - {Safe}[https://en.wikipedia.org/wiki/Hypertext_Transfer_Protocol#Safe_methods]: no. |
260 | | -# - {Idempotent}[https://en.wikipedia.org/wiki/Hypertext_Transfer_Protocol#Idempotent_methods]: no. |
261 | | -# - {Cacheable}[https://en.wikipedia.org/wiki/Hypertext_Transfer_Protocol#Cacheable_methods]: no. |
| 259 | +# - {Safe}[https://en.wikipedia.org/wiki/HTTP#Safe_method]: no. |
| 260 | +# - {Idempotent}[https://en.wikipedia.org/wiki/HTTP#Idempotent_method]: no. |
| 261 | +# - {Cacheable}[https://en.wikipedia.org/wiki/HTTP#Cacheable_method]: no. |
262 | 262 | # |
263 | 263 | # Related: |
264 | 264 | # |
|
0 commit comments