码迷,mamicode.com
首页 > Web开发 > 详细

intrawebIW当作REST 服务端

时间:2018-08-16 22:31:51      阅读:677      评论:0      收藏:0      [点我收藏+]

标签:param   write   const   rest   exe   bool   string   end   values   

intraweb15

该版本支持HTTPS.SYS通信。

IW当作REST 服务端使用:

procedure TIWServerController.IWServerControllerBaseExecuteRequest(
const Url: string; Request: THttpRequest; aReply: THttpReply;
var Handled: Boolean);
var
s:string;
begin
//if Request.HttpMethod= hmGet then begin
// s:= Request.Params.Values[‘sql‘];
// s:=Request.PathInfo;
aReply.WriteString(‘{"f1:","你好,世界!"}‘);
aReply.SendStream();
//end;
end;

intrawebIW当作REST 服务端

标签:param   write   const   rest   exe   bool   string   end   values   

原文地址:https://www.cnblogs.com/hnxxcxg/p/9490245.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!