Initializing help system before first use

httpgetheader

Purpose
Extract the HTTP header of a result file.
Synopsis
function httpgetheader(sfile:string|text):text
function httpgetheader(sfile:string|text, dfile:string|text):text
Arguments
sfile 
Name of the file to process
dfile 
Destination file (can be the same as sfile)
Return value
Header of the result document
Further information
1. Result files of queries inlude the HTTP header when the parameter http_keephdr is set to true: this function returns the header of a result file when this setting is active.
2. The optional destination file dfile receives a copy of the original result file after the header has been removed.
3. An IO error will be raised in case of failure during a file operation.
Related topics
Module

© 2001-2025 Fair Isaac Corporation. All rights reserved. This documentation is the property of Fair Isaac Corporation (“FICO”). Receipt or possession of this documentation does not convey rights to disclose, reproduce, make derivative works, use, or allow others to use it except solely for internal evaluation purposes to determine whether to purchase a license to the software described in this documentation, or as otherwise set forth in a written software license agreement between you and FICO (or a FICO affiliate). Use of this documentation and the software described in it must conform strictly to the foregoing permitted uses, and no other use is permitted.