Initializing help system before first use

httpreason

Purpose
Generate the text representation of an HTTP status code.
Synopsis
function httpreason(code:integer):string
Argument
code 
HTTP status code (see Section Constants for a list of predefined status code constants)
Return value
Text associated to the provided status code or an empty string if the code is unknown
Example
The following displays "Bad Request":
writeln(httpreason(400))
Further information
The HTTP standard specifies a set of predefined status codes. This function returns the text associated with a given code. For instance, upon success a request will reply with code 200 ( "OK") or 204 ( "No Content").
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.