Unit IWBSRestServer

DescriptionUsesClasses, Interfaces, Objects and RecordsFunctions and ProceduresTypesConstantsVariables

Description

 

Overview

Classes, Interfaces, Objects and Records

Name Description
Class TIWBSRestServer  
Class TIWBSCallback  

Functions and Procedures

function IWBSRegisterRestCallBack(AApplication: TIWApplication; AName: string; ARestCallbackFunction: TIWBSRestCallBackFunction; AParseFileUpload: boolean = False): string;
procedure IWBSRegisterRestServerHandler;

Types

TIWBSRestCallBackFunction = procedure(aApplication: TIWApplication; aRequest: THttpRequest; aReply: THttpReply; aParams: TStrings) of object;

Description

Functions and Procedures

function IWBSRegisterRestCallBack(AApplication: TIWApplication; AName: string; ARestCallbackFunction: TIWBSRestCallBackFunction; AParseFileUpload: boolean = False): string;
 
procedure IWBSRegisterRestServerHandler;
 

Types

TIWBSRestCallBackFunction = procedure(aApplication: TIWApplication; aRequest: THttpRequest; aReply: THttpReply; aParams: TStrings) of object;
 

Generated by PasDoc 0.14.0.