summaryrefslogtreecommitdiff
path: root/include/HttpServ.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/HttpServ.h')
-rw-r--r--include/HttpServ.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/HttpServ.h b/include/HttpServ.h
index 34de345..96d8016 100644
--- a/include/HttpServ.h
+++ b/include/HttpServ.h
@@ -26,6 +26,7 @@ class HttpResponse : public Base {
virtual ~HttpResponse();
Task * BuildResponse(Handle * out);
void PrepareResponse(Handle * b = 0);
+ bool Prepared();
String mime_type;
String location;