Skip to content

HttpTrace - cHttpClient

Include: Use System\Http.pkg

Sends a TRACE request.

Type: Function

Return data type: HttpStatus, which is an alias for UShort

Parameters

Parameter Type Description
sPath String Relative path or absolute URL.

Syntax

Function HttpTrace String sPath Returns HttpStatus

Call

Get HttpTrace of hoObj to eStatus

Description

Sends TRACE. It has no request body; use the returned status and response headers.