Tfphttpclient例子

Tfphttpclient例子

uses fphttpclient;

http := Tfphttpclient.Create(nil);
  body := '{"sql":"select * from tunit"}';
  http.RequestBody := TRawByteStringStream.Create(body);
  memo1.Text:=http.Post('http://localhost:1234/table/select');
  http.Free;     

  

posted @ 2024-08-28 10:24  delphi中间件  阅读(42)  评论(0编辑  收藏  举报