GameTools gameHTTP
From Wikiid
Revision as of 20:40, 23 October 2007 by SteveBaker (Talk | contribs) (New page: The basic function ''gameHTTPget'' returns a character buffer containing the results of an HTTP request, you may send form data either in 'POST' or 'GET' format: char *gameHTTPget ( co...)
The basic function gameHTTPget returns a character buffer containing the results of an HTTP request, you may send form data either in 'POST' or 'GET' format:
char *gameHTTPget ( const char *host, /* eg www.sjbaker.org */ const char *path, /* eg /directory/index.html or /cgi-bin/whatever */ bool usePOST = false, const char *formData = NULL ) ; /* eg "text=hello_world
Wikiid Pages relating to gameTools (edit) |
gameTools - Main page |
gameTools - Support Tools : |
gameTools - File Formats : |
gameTools - Source Code :
|
Wikiid Pages relating to Lemur of Lima (edit) |
Lemur of Lima - Main page |
Lemur of Lima - Controls |
Lemur of Lima - Levels : |
Lemur of Lima - Java Plugins : |
Lemur of Lima - Source Code Documentation : |