Initializing help system before first use

httpreplyjson

httpreplyjson


Purpose
Reply to an HTTP request with JSON data.
Synopsis
procedure httpreplyjson(reqid:integer)
procedure httpreplyjson(reqid:integer, mosobj:*)
Arguments
reqid 
Request number
mosobj 
Mosel object to use for the reply
Further information
1. This procedure replies to the specified request by sending the provided Mosel object encoded as a JSON object.
2. When the first form is used, the returned data is the JSON constant null.
3. If the specified request is of type HEAD (see httphead) this procedure sends only the header part of the result.
Related topics
Module