StatusLine (HttpResponse function)

From m204wiki
Jump to navigation Jump to search

<section begin=dpl_desc/><section end=dpl_desc/>

StatusLine is a member of the HttpResponse class.

This non-settable method lets you check the HTTP status line of the result of the most recent Get, Post, or Send operation. StatusLine returns the whole HTTP status line, which consists of a code, a blank, and a message (for example, "200 OK").

Syntax

%statusline = %httpresp:StatusLine

Syntax terms

%statusline A string or longstring variable for the assignment of the StatusLine value of %httpresp.
%httpresp A reference to an HTTPResponse object that was returned by a Get, Post, or Send method of an HTTPRequest object.