2008-08-09 15:20:12 +00:00
|
|
|
#ifndef _LIGHTTPD_URL_PARSER_H_
|
|
|
|
#define _LIGHTTPD_URL_PARSER_H_
|
|
|
|
|
|
|
|
#include "settings.h"
|
|
|
|
#include "request.h"
|
|
|
|
|
|
|
|
LI_API gboolean parse_raw_url(request_uri *uri);
|
2008-08-10 19:31:56 +00:00
|
|
|
LI_API gboolean parse_hostname(request_uri *uri);
|
2008-08-09 15:20:12 +00:00
|
|
|
|
|
|
|
#endif
|