mirror of
https://github.com/sle118/squeezelite-esp32.git
synced 2026-01-29 13:50:48 +03:00
update cspot
This commit is contained in:
@@ -44,7 +44,6 @@ private:
|
||||
|
||||
public:
|
||||
ShimHTTPServer(httpd_handle_t server, int port) { serverHandle = server; serverPort = port; }
|
||||
|
||||
void registerHandler(bell::RequestType requestType, const std::string &, bell::httpHandler);
|
||||
void registerHandler(bell::RequestType requestType, const std::string &, bell::httpHandler, bool readDataToStr = false);
|
||||
void respond(const bell::HTTPResponse &);
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user