Gentee Programming Language > Documentation > Libraries | Download documentation |
The method sends a GET request to the specified URL and writes data it receives to the databuf buffer.
uint http_get( str url, buf databuf, uint notify, uint flag )
url The URL address data is received from. databuf The buffer for getting data. notify The function for getting notifications. It can be 0. flag Flags. $HTTPF_REDIRECT If redirection is used, download from the new address. $HTTPF_STR Add 0 to databuf after data is received. Use this flag if databuf is a string.
Nonzero if initialization was successful; otherwise 0.
See also![]() |
![]() Copyright © 2004-2006 Gentee Inc. All rights reserved. ![]() |