Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit ccfd7d6

Browse filesBrowse files
Update HttpClient.h
1 parent 09ecf29 commit ccfd7d6
Copy full SHA for ccfd7d6

File tree

Expand file treeCollapse file tree

1 file changed

+2
-0
lines changed
Filter options
Expand file treeCollapse file tree

1 file changed

+2
-0
lines changed

‎src/HttpClient.h

Copy file name to clipboardExpand all lines: src/HttpClient.h
+2Lines 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 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.