Firenet

Diff
Login

Diff

Differences From Artifact [4e65f98b0b]:

To Artifact [040a6c3de0]:


328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
		if( strcmp(method,methods[i].method_name) == 0 )
			rtn = methods[i].type;
	}
	
	return rtn;
}


//***********************************************************************
/*
*	char *classify_url(const char *url,
*							RSERV_DATA *data,
*							char *lurl_buffer,
*							URL_TYPE *type)		- Vet incomming URL
*







<







328
329
330
331
332
333
334

335
336
337
338
339
340
341
		if( strcmp(method,methods[i].method_name) == 0 )
			rtn = methods[i].type;
	}
	
	return rtn;
}


//***********************************************************************
/*
*	char *classify_url(const char *url,
*							RSERV_DATA *data,
*							char *lurl_buffer,
*							URL_TYPE *type)		- Vet incomming URL
*
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
			lurl = (char *)&lurl_buffer[0];
			*type = HTTP_SITE;
		}
	}
	
	return lurl;
}



#if 0
	#pragma mark -
	#pragma mark -- HTTP support ---
#endif

/***********************************************************************







<
<







414
415
416
417
418
419
420


421
422
423
424
425
426
427
			lurl = (char *)&lurl_buffer[0];
			*type = HTTP_SITE;
		}
	}
	
	return lurl;
}



#if 0
	#pragma mark -
	#pragma mark -- HTTP support ---
#endif

/***********************************************************************
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
			rtnval = 1;								// SUCCESS
		else
			rtnval = 0;								// Failure
	}
	
	return rtnval;
}


#if 0
	#pragma mark -
	#pragma mark -- RESTful support ---
#endif

/***********************************************************************







<







608
609
610
611
612
613
614

615
616
617
618
619
620
621
			rtnval = 1;								// SUCCESS
		else
			rtnval = 0;								// Failure
	}
	
	return rtnval;
}


#if 0
	#pragma mark -
	#pragma mark -- RESTful support ---
#endif

/***********************************************************************