[Gambas-devel] Net - new interface
daniel
danielcampos at ...47...
Sat Jan 17 22:08:24 CET 2004
Hi Benoît:
1) As a part of the new Net interface, I would like to
return headers of Http request as an array of strings
instead of a whole string, something like the new Dir()
function, as usually, when a programmer needs to read
the contents of header from server, he/she needs to
split the header as each line contains different information.
HttpClient.Header As String[]
The problem is that I don't know at all how to return
an array of strings, I've look at the sources and documentation
but I don't find it.
Regards,
Daniel Campos
More information about the Devel
mailing list