mirror of
https://github.com/arduino-libraries/ArduinoHttpClient.git
synced 2025-04-19 21:22:15 +03:00
Spacing
This commit is contained in:
parent
0009b3b70d
commit
3df4990ed3
@ -67,7 +67,7 @@ void loop() {
|
|||||||
|
|
||||||
// read the status code and body of the response
|
// read the status code and body of the response
|
||||||
int statusCode = client.responseStatusCode();
|
int statusCode = client.responseStatusCode();
|
||||||
String response = client.responseBody();
|
String response = client.responseBody();
|
||||||
|
|
||||||
Serial.print("Status code: ");
|
Serial.print("Status code: ");
|
||||||
Serial.println(statusCode);
|
Serial.println(statusCode);
|
||||||
|
@ -65,7 +65,7 @@ void loop() {
|
|||||||
|
|
||||||
// read the status code and body of the response
|
// read the status code and body of the response
|
||||||
int statusCode = client.responseStatusCode();
|
int statusCode = client.responseStatusCode();
|
||||||
String response = client.responseBody();
|
String response = client.responseBody();
|
||||||
|
|
||||||
Serial.print("Status code: ");
|
Serial.print("Status code: ");
|
||||||
Serial.println(statusCode);
|
Serial.println(statusCode);
|
||||||
|
@ -56,7 +56,7 @@ void loop() {
|
|||||||
|
|
||||||
// read the status code and body of the response
|
// read the status code and body of the response
|
||||||
int statusCode = client.responseStatusCode();
|
int statusCode = client.responseStatusCode();
|
||||||
String response = client.responseBody();
|
String response = client.responseBody();
|
||||||
|
|
||||||
Serial.print("Status code: ");
|
Serial.print("Status code: ");
|
||||||
Serial.println(statusCode);
|
Serial.println(statusCode);
|
||||||
|
@ -51,7 +51,7 @@ void loop() {
|
|||||||
|
|
||||||
// read the status code and body of the response
|
// read the status code and body of the response
|
||||||
int statusCode = client.responseStatusCode();
|
int statusCode = client.responseStatusCode();
|
||||||
String response = client.responseBody();
|
String response = client.responseBody();
|
||||||
|
|
||||||
Serial.print("Status code: ");
|
Serial.print("Status code: ");
|
||||||
Serial.println(statusCode);
|
Serial.println(statusCode);
|
||||||
|
@ -54,7 +54,7 @@ void loop() {
|
|||||||
|
|
||||||
// read the status code and body of the response
|
// read the status code and body of the response
|
||||||
int statusCode = client.responseStatusCode();
|
int statusCode = client.responseStatusCode();
|
||||||
String response = client.responseBody();
|
String response = client.responseBody();
|
||||||
|
|
||||||
Serial.print("Status code: ");
|
Serial.print("Status code: ");
|
||||||
Serial.println(statusCode);
|
Serial.println(statusCode);
|
||||||
|
@ -54,7 +54,7 @@ void loop() {
|
|||||||
|
|
||||||
// read the status code and body of the response
|
// read the status code and body of the response
|
||||||
int statusCode = client.responseStatusCode();
|
int statusCode = client.responseStatusCode();
|
||||||
String response = client.responseBody();
|
String response = client.responseBody();
|
||||||
|
|
||||||
Serial.print("Status code: ");
|
Serial.print("Status code: ");
|
||||||
Serial.println(statusCode);
|
Serial.println(statusCode);
|
||||||
|
@ -77,4 +77,4 @@ void loop() {
|
|||||||
}
|
}
|
||||||
|
|
||||||
Serial.println("disconnected");
|
Serial.println("disconnected");
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user