Skip to content

Commit ccfd7d6

Browse files
Update HttpClient.h
1 parent 09ecf29 commit ccfd7d6

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/HttpClient.h

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -211,6 +211,8 @@ class HttpClient : public Client
211211
void sendBasicAuth(const String& aUser, const String& aPassword)
212212
{ sendBasicAuth(aUser.c_str(), aPassword.c_str()); }
213213

214+
void sendApiKeyHeader(const char* apiKey);
215+
214216
/** Get the HTTP status code contained in the response.
215217
For example, 200 for successful request, 404 for file not found, etc.
216218
*/

0 commit comments

Comments
 (0)