summaryrefslogtreecommitdiff
path: root/vdr-smarttvweb/httpresource.h
diff options
context:
space:
mode:
authorthlo <t.lohmar@gmx.de>2013-01-02 14:24:55 +0100
committerthlo <t.lohmar@gmx.de>2013-01-02 14:24:55 +0100
commita857c8fd7546029ddc666f835a0930f19a33be94 (patch)
tree6ea96d3766b9c8d0cd5e5f3e94149fa4a2d711aa /vdr-smarttvweb/httpresource.h
parent61def43d29e6f143f583ce4db598b716596702e8 (diff)
downloadvdr-plugin-smarttvweb-a857c8fd7546029ddc666f835a0930f19a33be94.tar.gz
vdr-plugin-smarttvweb-a857c8fd7546029ddc666f835a0930f19a33be94.tar.bz2
HTTP HEAD request support added
Diffstat (limited to 'vdr-smarttvweb/httpresource.h')
-rw-r--r--vdr-smarttvweb/httpresource.h3
1 files changed, 2 insertions, 1 deletions
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();