Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Calls the indicated HTTP web service routineReturns all of the Response Header Field names and values. These are formatted as Name : <space> Value <crlf> with an extra <crlf> appended after the last field/value pair. This also returns the response status since the CGI specification uses the "Status" header field. This will be put into the response before the regular header field/values.

Syntax

Code Block
Response = HTTP_Services('RunHTTPService', HTTPService, RemainingURL)

...