Print (HttpResponse subroutine)
Print useful debug information about this object (HttpResponse class)
The Print subroutine displays a report of the
HTTPResponse instance that is useful for debugging. The
display is sent to wherever User Language Print statement output is currently
being directed.
Syntax
httpResponse:Print
Syntax terms
%httpresp | A reference to an HTTPResponse object that was returned by a Get, Post, or Send method of an HTTPRequest object. |
---|