Up |
_networkCBheader
Define a callback. This is called once for each header and only complete header lines. This is easy to "parse" received headers.
Prototype :
fun [ObjNetwork fun [ObjNetwork u0 I S] u1 u0] ObjNetwork
- ObjNetwork : a network object created with _networkCreate.
- fun [ObjNetwork u0 S] u1 : a callback. The supplemental argument is the header.
- u0 : an user parameter, at your convenience
Return : ObjNetwork the same object.
See also :
Example :