开发者

HTTP Server in CBuilder

I am a new user in CBuilder Programming. I am writing HTTP Server application, which receives mixed data:both text and a binary data at a time. But I don't know which component and how to use to parse incoming request. My aim is to separate a text data from开发者_如何学Go binary one. Can anybody show examples in Cbuilder or Delphi?


Try using indy, check the TIdHTTPServer component and the OnCommandGet event to process the GET, POST, and HEAD requests.

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜