Initializing help system before first use

httpreqheader

httpreqheader


Purpose
Get the header associated to a request.
Synopsis
function httpreqheader(reqid:integer):text
Argument
reqid 
Request number
Return value
Header of the request
Further information
The header of the request is a block of text consisting of lines of the form fieldname: value ( e.g. Content-Type: application/json).
Related topics
Module