398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
|
#if 0
#pragma mark -
#pragma mark -- RESTful support ---
#endif
/***********************************************************************
*
* static int http () - Do RESTful Request
*
* INPUT: cls - Registration option
* connection - Context
* url - URL requested
* method - Type of action needed
* version - HTTP version string
* upload_data - Passed in data on POST
|
|
|
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
|
#if 0
#pragma mark -
#pragma mark -- RESTful support ---
#endif
/***********************************************************************
*
* static int rest () - Do RESTful Request
*
* INPUT: cls - Registration option
* connection - Context
* url - URL requested
* method - Type of action needed
* version - HTTP version string
* upload_data - Passed in data on POST
|