diff options
Diffstat (limited to 'include')
-rw-r--r-- | include/HttpServ.h | 1 |
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; |