Up |
_networkVerbose
Write in file a lot of verbose informations about libCurl operations. This is useful for debugging for example.
Prototype :
fun [ObjNetwork W] I
- ObjNetwork : a network object created with _networkCreate.
- W : a write-reference file. If nil, this is stopped.
Note : If the file already exists, these informations will be appended at the old content.
Return : I 0 if ok or another code number if internal error or nil if an other error.
See also :
Example :