Updated docs.

git-svn-id: svn://kolibrios.org@4986 a494cfbc-eb01-0410-851d-a64ba20cac60
This commit is contained in:
hidnplayr 2014-06-21 18:31:41 +00:00
parent 244ddbdfc7
commit 352415e198

View File

@ -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 content_ptr you'll find a pointer to the actual 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!