mirror of
https://github.com/sle118/squeezelite-esp32.git
synced 2025-12-07 12:07:09 +03:00
new cspot/bell
This commit is contained in:
@@ -1,5 +1,14 @@
|
||||
#include "HTTPClient.h"
|
||||
|
||||
#include <string.h> // for memcpy
|
||||
#include <algorithm> // for transform
|
||||
#include <cassert> // for assert
|
||||
#include <cctype> // for tolower
|
||||
#include <ostream> // for operator<<, basic_ostream
|
||||
#include <stdexcept> // for runtime_error
|
||||
|
||||
#include "BellSocket.h" // for bell
|
||||
|
||||
using namespace bell;
|
||||
|
||||
void HTTPClient::Response::connect(const std::string& url) {
|
||||
|
||||
Reference in New Issue
Block a user