2008-08-09 15:20:12 +00:00
|
|
|
#ifndef _LIGHTTPD_URL_PARSER_H_
|
|
|
|
#define _LIGHTTPD_URL_PARSER_H_
|
|
|
|
|
2008-11-16 20:33:53 +00:00
|
|
|
#include <lighttpd/base.h>
|
2008-08-09 15:20:12 +00:00
|
|
|
|
2009-07-09 20:17:24 +00:00
|
|
|
LI_API gboolean li_parse_raw_url(liRequestUri *uri);
|
|
|
|
LI_API gboolean li_parse_hostname(liRequestUri *uri);
|
2008-08-09 15:20:12 +00:00
|
|
|
|
|
|
|
#endif
|