Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Heltec-Aaron-Lee/WiFi_Kit_series
/ useHTTP10
Method
useHTTP10
libraries/HTTPClient/src/HTTPClient.cpp:487–490 ·
view source on GitHub ↗
* use HTTP1.0 * @param use */
Source
from the content-addressed store, hash-verified
485
* @param use
486
*/
487
void HTTPClient::useHTTP10(bool useHTTP10) {
488
_useHTTP10 = useHTTP10;
489
_reuse = !useHTTP10;
490
}
491
492
/**
493
* send a GET request
Callers
1
handleUpdate
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected