summaryrefslogtreecommitdiffstats
path: root/wsd/FileServer.hpp
diff options
context:
space:
mode:
authorHenry Castro <hcastro@collabora.com>2019-02-05 17:03:48 -0400
committerHenry Castro <hcastro@collabora.com>2019-03-05 16:31:51 -0400
commited89931ae8ceff62b720a31cf1e163eeee3280fd (patch)
tree1cc50c6403f412275dad17f3cfd00cda09f19543 /wsd/FileServer.hpp
parentloleaflet: minify l10n files (diff)
downloadonline-ed89931ae8ceff62b720a31cf1e163eeee3280fd.tar.gz
online-ed89931ae8ceff62b720a31cf1e163eeee3280fd.zip
wsd: use a tiny parser, variable substitution
Change-Id: I821d27ef504a01d0b040f2b7ae7f66e75b16eb96
Diffstat (limited to 'wsd/FileServer.hpp')
-rw-r--r--wsd/FileServer.hpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/wsd/FileServer.hpp b/wsd/FileServer.hpp
index b415eed650..6374244680 100644
--- a/wsd/FileServer.hpp
+++ b/wsd/FileServer.hpp
@@ -20,6 +20,7 @@ class FileServerRequestHandler
{
static std::string getRequestPathname(const Poco::Net::HTTPRequest& request);
+ static void getToken(std::istream&, std::string&);
static void preprocessFile(const Poco::Net::HTTPRequest& request, Poco::MemoryInputStream& message, const std::shared_ptr<StreamSocket>& socket);
static void preprocessAdminFile(const Poco::Net::HTTPRequest& request, const std::shared_ptr<StreamSocket>& socket);
public: