From a857c8fd7546029ddc666f835a0930f19a33be94 Mon Sep 17 00:00:00 2001 From: thlo Date: Wed, 2 Jan 2013 14:24:55 +0100 Subject: HTTP HEAD request support added --- vdr-smarttvweb/httpresource.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'vdr-smarttvweb/httpresource.h') diff --git a/vdr-smarttvweb/httpresource.h b/vdr-smarttvweb/httpresource.h index 51c59ef..31148e2 100644 --- a/vdr-smarttvweb/httpresource.h +++ b/vdr-smarttvweb/httpresource.h @@ -1,7 +1,7 @@ /* * httpresource.h: VDR on Smart TV plugin * - * Copyright (C) 2012 Thorsten Lohmar + * Copyright (C) 2012 T. Lohmar * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License @@ -138,6 +138,7 @@ class cHttpResource { int fillDataBlk(); int handlePost(); + int handleHeadRequest(); int processRequest(); int processHttpHeaderNew(); -- cgit v1.2.3