@@ -73,7 +73,7 @@ HTTPRequest objects provide the following properties and functions:
7373| [ <!-- INCLUDE #HTTPRequestClass.url.Syntax --> ] ( #url ) <br /><!-- INCLUDE #HTTPRequestClass.url.Summary --> |
7474| [ <!-- INCLUDE #HTTPRequestClass.wait().Syntax --> ] ( #wait ) <br /><!-- INCLUDE #HTTPRequestClass.wait().Summary --> |
7575
76- <!-- REF # 4D.HTTPRequest.new().Desc -->
76+ <!-- REF 4D.HTTPRequest.new().Desc -->
7777## 4D.HTTPRequest.new()
7878
7979
@@ -203,7 +203,7 @@ An authentication object handles the `options.serverAuthentication` or `options.
203203<!-- END REF -->
204204
205205
206- <!-- REF # HTTPRequestClass.agent.Desc -->
206+ <!-- REF HTTPRequestClass.agent.Desc -->
207207## .agent
208208
209209<!-- REF #HTTPRequestClass.agent.Syntax --> **agent** : 4D.HTTPAgent<!-- END REF -->
@@ -214,7 +214,7 @@ The `.agent` property contains <!-- REF #HTTPRequestClass.agent.Summary -->the `
214214
215215<!-- END REF -->
216216
217- <!-- REF # HTTPRequestClass.dataType.Desc -->
217+ <!-- REF HTTPRequestClass.dataType.Desc -->
218218## .dataType
219219
220220<!-- REF #HTTPRequestClass.dataType.Syntax --> **dataType** : Text<!-- END REF -->
@@ -225,7 +225,7 @@ The `.dataType` property contains <!-- REF #HTTPRequestClass.dataType.Summary --
225225
226226<!-- END REF -->
227227
228- <!-- REF # HTTPRequestClass.encoding.Desc -->
228+ <!-- REF HTTPRequestClass.encoding.Desc -->
229229## .encoding
230230
231231<!-- REF #HTTPRequestClass.encoding.Syntax --> **encoding** : Text<!-- END REF -->
@@ -236,7 +236,7 @@ The `.encoding` property contains <!-- REF #HTTPRequestClass.encoding.Summary --
236236
237237<!-- END REF -->
238238
239- <!-- REF # HTTPRequestClass.errors.Desc -->
239+ <!-- REF HTTPRequestClass.errors.Desc -->
240240## .errors
241241
242242<!-- REF #HTTPRequestClass.errors.Syntax --> **errors** : Collection<!-- END REF -->
@@ -256,7 +256,7 @@ Here is the contents of the `.errors` property:
256256
257257<!-- END REF -->
258258
259- <!-- REF # HTTPRequestClass.headers.Desc -->
259+ <!-- REF HTTPRequestClass.headers.Desc -->
260260## .headers
261261
262262<!-- REF #HTTPRequestClass.headers.Syntax --> **headers** : Object<!-- END REF -->
@@ -267,7 +267,7 @@ The `.headers` property contains <!-- REF #HTTPRequestClass.headers.Summary -->t
267267
268268<!-- END REF -->
269269
270- <!-- REF # HTTPRequestClass.method.Desc -->
270+ <!-- REF HTTPRequestClass.method.Desc -->
271271## .method
272272
273273<!-- REF #HTTPRequestClass.method.Syntax --> **method** : Text<!-- END REF -->
@@ -278,7 +278,7 @@ The `.method` property contains <!-- REF #HTTPRequestClass.method.Summary -->the
278278
279279<!-- END REF -->
280280
281- <!-- REF # HTTPRequestClass.protocol.Desc -->
281+ <!-- REF HTTPRequestClass.protocol.Desc -->
282282## .protocol
283283
284284<!-- REF #HTTPRequestClass.protocol.Syntax --> **protocol** : Text<!-- END REF -->
@@ -291,7 +291,7 @@ The `.protocol` property contains <!-- REF #HTTPRequestClass.protocol.Summary --
291291
292292<!-- END REF -->
293293
294- <!-- REF # HTTPRequestClass.response.Desc -->
294+ <!-- REF HTTPRequestClass.response.Desc -->
295295## .response
296296
297297<details ><summary >History</summary >
@@ -320,7 +320,7 @@ A `response` object is a non-sharable object. It provides the following properti
320320
321321<!-- END REF -->
322322
323- <!-- REF # HTTPRequestClass.returnResponseBody.Desc -->
323+ <!-- REF HTTPRequestClass.returnResponseBody.Desc -->
324324## .returnResponseBody
325325
326326<!-- REF #HTTPRequestClass.returnResponseBody.Syntax --> **returnResponseBody** : Boolean<!-- END REF -->
@@ -331,7 +331,7 @@ The `.returnResponseBody` property contains <!-- REF #HTTPRequestClass.returnRes
331331
332332<!-- END REF -->
333333
334- <!-- REF # HTTPRequestClass.terminate().Desc -->
334+ <!-- REF HTTPRequestClass.terminate().Desc -->
335335## .terminate()
336336
337337<!-- REF #HTTPRequestClass.terminate().Syntax --> **.terminate()**<!-- END REF -->
@@ -351,7 +351,7 @@ The `.terminate()` function <!-- REF #HTTPRequestClass.terminate().Summary -->ab
351351
352352<!-- END REF -->
353353
354- <!-- REF # HTTPRequestClass.terminated.Desc -->
354+ <!-- REF HTTPRequestClass.terminated.Desc -->
355355## .terminated
356356
357357<!-- REF #HTTPRequestClass.terminated.Syntax --> **terminated** : Boolean<!-- END REF -->
@@ -362,7 +362,7 @@ The `.terminated` property contains <!-- REF #HTTPRequestClass.terminated.Summar
362362
363363<!-- END REF -->
364364
365- <!-- REF # HTTPRequestClass.timeout.Desc -->
365+ <!-- REF HTTPRequestClass.timeout.Desc -->
366366## .timeout
367367
368368<!-- REF #HTTPRequestClass.timeout.Syntax --> **timeout** : Real<!-- END REF -->
@@ -373,7 +373,7 @@ The `.timeout` property contains <!-- REF #HTTPRequestClass.timeout.Summary -->t
373373
374374<!-- END REF -->
375375
376- <!-- REF # HTTPRequestClass.url.Desc -->
376+ <!-- REF HTTPRequestClass.url.Desc -->
377377## .url
378378
379379<!-- REF #HTTPRequestClass.url.Syntax --> **url** : Text<!-- END REF -->
@@ -384,7 +384,7 @@ The `.url` property contains <!-- REF #HTTPRequestClass.url.Summary -->the URL o
384384
385385<!-- END REF -->
386386
387- <!-- REF # HTTPRequestClass.wait().Desc -->
387+ <!-- REF HTTPRequestClass.wait().Desc -->
388388## .wait()
389389
390390<!-- REF #HTTPRequestClass.wait().Syntax --> **.wait**( { *timeout* : Real } ) : 4D.HTTPRequest<!-- END REF -->
0 commit comments