Method HTTPAccept.RequestProgram()->reply()
- Method reply
voidreply(stringdata)
voidreply(stringheaders,Stdio.Filefd,intlen)
voidreply(int(0..0)ignore,Stdio.Filefd,intlen)- Description
Send a reply to the remote side. In the first case the
datawill be sent. In the second case theheaderswill be sent, thenlenbytes fromfd. In the last caselenbytes fromfdwill be sent.