[Klone-users] Create request

thomas fossati tho at koanlogic.com
Tue May 26 04:15:55 EDT 2009


Hi Mickael,

On May 26, 2009, at 9:39 AM, Mickael Auger wrote:
> do you have a function to get raw data (without header) to print  
> directly ?


take a look at the request_get_*() functions family, perhaps something  
like the following could suit your need:

	io_printf(out, "%s - %s", request_get_uri(request),  
request_get_query_string(request));

ciao, t.




More information about the klone-users mailing list