From 65d8a98c40d6b554cecdad659bb27b3f794d7d1c Mon Sep 17 00:00:00 2001 From: Pablo Clemente Date: Wed, 12 Jan 2022 14:02:51 +0100 Subject: [PATCH] Renamed HttpClient files to Http_Client --- src/ArduinoHttpClient.h | 2 +- src/{HttpClient.cpp => Http_Client.cpp} | 2 +- src/{HttpClient.h => Http_Client.h} | 4 ++-- src/WebSocketClient.h | 2 +- 4 files changed, 5 insertions(+), 5 deletions(-) rename src/{HttpClient.cpp => Http_Client.cpp} (99%) rename src/{HttpClient.h => Http_Client.h} (99%) diff --git a/src/ArduinoHttpClient.h b/src/ArduinoHttpClient.h index abb8494..2584731 100644 --- a/src/ArduinoHttpClient.h +++ b/src/ArduinoHttpClient.h @@ -5,7 +5,7 @@ #ifndef ArduinoHttpClient_h #define ArduinoHttpClient_h -#include "HttpClient.h" +#include "Http_Client.h" #include "WebSocketClient.h" #include "URLEncoder.h" diff --git a/src/HttpClient.cpp b/src/Http_Client.cpp similarity index 99% rename from src/HttpClient.cpp rename to src/Http_Client.cpp index 1c73464..79defb4 100644 --- a/src/HttpClient.cpp +++ b/src/Http_Client.cpp @@ -2,7 +2,7 @@ // (c) Copyright 2010-2011 MCQN Ltd // Released under Apache License, version 2.0 -#include "HttpClient.h" +#include "Http_Client.h" #include "b64.h" // Initialize constants diff --git a/src/HttpClient.h b/src/Http_Client.h similarity index 99% rename from src/HttpClient.h rename to src/Http_Client.h index 6a7aa1d..8d43c5b 100644 --- a/src/HttpClient.h +++ b/src/Http_Client.h @@ -2,8 +2,8 @@ // (c) Copyright MCQN Ltd. 2010-2012 // Released under Apache License, version 2.0 -#ifndef HttpClient_h -#define HttpClient_h +#ifndef Http_Client_h +#define Http_Client_h #include #include diff --git a/src/WebSocketClient.h b/src/WebSocketClient.h index 4b009e6..7d026b9 100644 --- a/src/WebSocketClient.h +++ b/src/WebSocketClient.h @@ -6,7 +6,7 @@ #include -#include "HttpClient.h" +#include "Http_Client.h" static const int TYPE_CONTINUATION = 0x0; static const int TYPE_TEXT = 0x1; pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy