Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Heltec-Aaron-Lee/WiFi_Kit_series
/ setUserAgent
Method
setUserAgent
libraries/HTTPClient/src/HTTPClient.cpp:418–420 ·
view source on GitHub ↗
* set User Agent * @param userAgent const char * */
Source
from the content-addressed store, hash-verified
416
* @param userAgent const char *
417
*/
418
void HTTPClient::setUserAgent(const String &userAgent) {
419
_userAgent = userAgent;
420
}
421
422
/**
423
* set Accept Encoding Header
Callers
1
handleUpdate
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected