Method HTTPAccept.RequestProgram()->reply()
- Method reply
void
reply(string
data
)
void
reply(string
headers
,Stdio.File
fd
,int
len
)
void
reply(int(0..0)
ignore
,Stdio.File
fd
,int
len
)- Description
Send a reply to the remote side. In the first case the
data
will be sent. In the second case theheaders
will be sent, thenlen
bytes fromfd
. In the last caselen
bytes fromfd
will be sent.