summaryrefslogtreecommitdiff
path: root/Services/WebServer/Client.h
diff options
context:
space:
mode:
Diffstat (limited to 'Services/WebServer/Client.h')
-rw-r--r--Services/WebServer/Client.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/Services/WebServer/Client.h b/Services/WebServer/Client.h
index d7791b3898..6b078bb568 100644
--- a/Services/WebServer/Client.h
+++ b/Services/WebServer/Client.h
@@ -42,7 +42,7 @@ private:
Client(NonnullRefPtr<Core::TCPSocket>, const String&, Core::Object* parent);
void handle_request(ByteBuffer);
- void send_response(StringView, const HTTP::HttpRequest&);
+ void send_response(StringView, const HTTP::HttpRequest&, const String& content_type);
void send_redirect(StringView redirect, const HTTP::HttpRequest& request);
void send_error_response(unsigned code, const StringView& message, const HTTP::HttpRequest&);
void die();