forked from KolibriOS/kolibrios
Updated docs.
git-svn-id: svn://kolibrios.org@4986 a494cfbc-eb01-0410-851d-a64ba20cac60
This commit is contained in:
parent
244ddbdfc7
commit
352415e198
@ -40,4 +40,6 @@ The dword .status contains the status code received from the server (e.g. 200 fo
|
|||||||
In header_length you'll find the length of the header as soon as it has been received.
|
In header_length you'll find the length of the header as soon as it has been received.
|
||||||
In content_ptr you'll find a pointer to the actual content.
|
In content_ptr you'll find a pointer to the actual content.
|
||||||
In content_length you'll find the length of the content.
|
In content_length you'll find the length of the content.
|
||||||
In content_received, you'll find the number of content bytes already received.
|
In content_received, you'll find the number of content bytes already received.
|
||||||
|
|
||||||
|
All procedures are non blocking!
|
Loading…
Reference in New Issue
Block a user