Initializing help system before first use

httpreqtype

Purpose
Get the type of a request.
Synopsis
function httpreqtype(reqid:integer):integer
Argument
reqid 
Request number
Return value
Request type:
<0 
Invalid request number
Request not active
HTTP_GET 
GET ( 1)
HTTP_POST 
POST ( 2)
HTTP_PUT 
PUT ( 4)
HTTP_DELETE 
DELETE ( 8)
HTTP_HEAD 
HEAD ( 128)
HTTP_PATCH 
PATCH ( 256)
Related topics
Module

© 2001-2022 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.