You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Feb 4, 2023. It is now read-only.
### Release v1.3.0
1. Fix bug of `_parseURL()`. Check [Bug with _parseURL() #21](khoih-prog/AsyncHTTPSRequest_Generic#21)
2. Improve `README.md` so that links can be used in other sites, such as `PIO`
Copy file name to clipboardExpand all lines: CONTRIBUTING.md
+9-3Lines changed: 9 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -10,12 +10,14 @@ However, before reporting a bug please check through the following:
10
10
11
11
If you don't find anything, please [open a new issue](https://github.com/khoih-prog/AsyncHTTPRequest_RP2040W/issues/new).
12
12
13
+
---
14
+
13
15
### How to submit a bug report
14
16
15
17
Please ensure to specify the following:
16
18
17
19
* Arduino IDE version (e.g. 1.8.19) or Platform.io version
18
-
*`RP2040` Core Version (e.g. RP2040 core v2.6.3)
20
+
*`RP2040` Core Version (e.g. RP2040 core v2.7.1)
19
21
*`RP2040` Board type (e.g. RASPBERRY_PI_PICO_W)
20
22
* Contextual information (e.g. what you were trying to achieve)
21
23
* Simplest possible steps to reproduce
@@ -24,14 +26,18 @@ Please ensure to specify the following:
24
26
* Network configuration
25
27
26
28
29
+
Please be educated, civilized and constructive as you've always been. Disrespective posts against [GitHub Code of Conduct](https://docs.github.com/en/site-policy/github-terms/github-event-code-of-conduct) will be ignored and deleted.
30
+
31
+
---
32
+
27
33
### Example
28
34
29
35
```
30
36
Arduino IDE version: 1.8.19
31
-
RP2040 core v2.6.3
37
+
RP2040 core v2.7.1
32
38
RASPBERRY_PI_PICO_W Module
33
39
OS: Ubuntu 20.04 LTS
34
-
Linux xy-Inspiron-3593 5.15.0-53-generic #59~20.04.1-Ubuntu SMP Thu Oct 20 15:10:22 UTC 2022 x86_64 x86_64 x86_64 GNU/Linux
40
+
Linux xy-Inspiron-3593 5.15.0-58-generic #64~20.04.1-Ubuntu SMP Fri Jan 6 16:42:31 UTC 2023 x86_64 x86_64 x86_64 GNU/Linux
Copy file name to clipboardExpand all lines: README.md
+34-32Lines changed: 34 additions & 32 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -9,6 +9,7 @@
9
9
<ahref="https://www.buymeacoffee.com/khoihprog6"title="Donate to my libraries using BuyMeACoffee"><imgsrc="https://cdn.buymeacoffee.com/buttons/v2/default-yellow.png"alt="Donate to my libraries using BuyMeACoffee"style="height: 50px!important;width: 181px!important;" ></a>
10
10
<ahref="https://www.buymeacoffee.com/khoihprog6"title="Donate to my libraries using BuyMeACoffee"><imgsrc="https://img.shields.io/badge/buy%20me%20a%20coffee-donate-orange.svg?logo=buy-me-a-coffee&logoColor=FFDD00"style="height: 20px!important;width: 200px!important;" ></a>
@@ -108,7 +109,7 @@ This library is based on, modified from:
108
109
## Prerequisites
109
110
110
111
1.[`Arduino IDE 1.8.19+` for Arduino](https://github.com/arduino/Arduino). [](https://github.com/arduino/Arduino/releases/latest)
111
-
2.[`Earle Philhower's arduino-pico core v2.6.3+`](https://github.com/earlephilhower/arduino-pico) for **RASPBERRY_PI_PICO_W with CYW43439 WiFi**, etc. [](https://github.com/earlephilhower/arduino-pico/releases/latest)
112
+
2.[`Earle Philhower's arduino-pico core v2.7.1+`](https://github.com/earlephilhower/arduino-pico) for **RASPBERRY_PI_PICO_W with CYW43439 WiFi**, etc. [](https://github.com/earlephilhower/arduino-pico/releases/latest)
112
113
3.[`AsyncTCP_RP2040W library v1.1.0+`](https://github.com/khoih-prog/AsyncTCP_RP2040W) for RASPBERRY_PI_PICO_W with CYW43439 WiFi. To install. check [](https://www.ardu-badge.com/AsyncTCP_RP2040W)
113
114
114
115
---
@@ -155,7 +156,7 @@ in many files. But be sure to use the following `.h` file **in just 1 `.h`, `.cp
Check the new [**multiFileProject** example](examples/multiFileProject) for a `HOWTO` demo.
159
+
Check the new [**multiFileProject** example](https://github.com/khoih-prog/https://github.com/khoih-prog/AsyncHTTPRequest_RP2040W/tree/main/examples/multiFileProject) for a `HOWTO` demo.
159
160
160
161
Have a look at the discussion in [Different behaviour using the src_cpp or src_h lib #80](https://github.com/khoih-prog/ESPAsync_WiFiManager/discussions/80)
161
162
@@ -165,28 +166,28 @@ Have a look at the discussion in [Different behaviour using the src_cpp or src_h
### Example [AsyncHTTPRequest](examples/AsyncHTTPRequest)
180
+
### Example [AsyncHTTPRequest](https://github.com/khoih-prog/https://github.com/khoih-prog/AsyncHTTPRequest_RP2040W/tree/main/examples/AsyncHTTPRequest)
#### 1. [AsyncHTTPRequest](examples/AsyncHTTPRequest) running on RASPBERRY_PI_PICO_W using CYW43439 WiFi
199
+
#### 1. [AsyncHTTPRequest](https://github.com/khoih-prog/https://github.com/khoih-prog/AsyncHTTPRequest_RP2040W/tree/main/examples/AsyncHTTPRequest) running on RASPBERRY_PI_PICO_W using CYW43439 WiFi
199
200
200
201
```cpp
201
202
Start AsyncHTTPRequest on RASPBERRY_PI_PICO_W
202
203
AsyncTCP_RP2040W v1.1.0
203
-
AsyncHTTPRequest_RP2040W v1.2.2
204
+
AsyncHTTPRequest_RP2040W v1.3.0
204
205
Connecting to SSID: HueNet1
205
206
SSID: HueNet1
206
207
Local IP Address: 192.168.2.77
@@ -209,30 +210,30 @@ Request sent
209
210
**************************************
210
211
abbreviation: EST
211
212
client_ip: aaa.bbb.ccc.ddd
212
-
datetime: 2022-11-10T12:51:21.828792-05:00
213
-
day_of_week: 4
214
-
day_of_year: 314
213
+
datetime: 2023-01-31T23:54:16.675525-05:00
214
+
day_of_week: 2
215
+
day_of_year: 31
215
216
dst: false
216
217
dst_from:
217
218
dst_offset: 0
218
219
dst_until:
219
220
raw_offset: -18000
220
221
timezone: America/Toronto
221
-
unixtime: 1668102681
222
-
utc_datetime: 2022-11-10T17:51:21.828792+00:00
222
+
unixtime: 1675227256
223
+
utc_datetime: 2023-02-01T04:54:16.675525+00:00
223
224
utc_offset: -05:00
224
-
week_number: 45
225
+
week_number: 5
225
226
**************************************
226
227
```
227
228
228
229
---
229
230
230
-
#### 2. [AsyncDweetPOST](examples/AsyncDweetPOST) running on RASPBERRY_PI_PICO_W using CYW43439 WiFi
231
+
#### 2. [AsyncDweetPOST](https://github.com/khoih-prog/https://github.com/khoih-prog/AsyncHTTPRequest_RP2040W/tree/main/examples/AsyncDweetPOST) running on RASPBERRY_PI_PICO_W using CYW43439 WiFi
231
232
232
233
```cpp
233
234
Start AsyncDweetPOST on RASPBERRY_PI_PICO_W with RP2040W CYW43439 WiFi
234
235
AsyncTCP_RP2040W v1.1.0
235
-
AsyncHTTPRequest_RP2040W v1.2.2
236
+
AsyncHTTPRequest_RP2040W v1.3.0
236
237
Connecting to SSID: HueNet1
237
238
SSID: HueNet1
238
239
Local IP Address: 192.168.2.180
@@ -249,12 +250,12 @@ Actual value: 88
249
250
250
251
---
251
252
252
-
#### 3. [AsyncWebClientRepeating](examples/AsyncWebClientRepeating) running on RASPBERRY_PI_PICO_W using CYW43439 WiFi
253
+
#### 3. [AsyncWebClientRepeating](https://github.com/khoih-prog/https://github.com/khoih-prog/AsyncHTTPRequest_RP2040W/tree/main/examples/AsyncWebClientRepeating) running on RASPBERRY_PI_PICO_W using CYW43439 WiFi
253
254
254
255
```cpp
255
256
Start AsyncWebClientRepeating on RASPBERRY_PI_PICO_W
256
257
AsyncTCP_RP2040W v1.1.0
257
-
AsyncHTTPRequest_RP2040W v1.2.2
258
+
AsyncHTTPRequest_RP2040W v1.3.0
258
259
Connecting to SSID: HueNet1
259
260
SSID: HueNet1
260
261
Local IP Address: 192.168.2.180
@@ -357,7 +358,8 @@ Submit issues to: [AsyncHTTPRequest_RP2040W issues](https://github.com/khoih-pro
357
358
8. Fix bug of wrong `reqStates`
358
359
9. Default to reconnect to the same `host:port` after connected for new HTTP sites.
359
360
10. Use `allman astyle` and add `utils`
360
-
361
+
11. Fix bug of `_parseURL()`. Check [Bug with _parseURL() #21](https://github.com/khoih-prog/AsyncHTTPSRequest_Generic/issues/21)
362
+
12. Improve `README.md` so that links can be used in other sites, such as `PIO`
Copy file name to clipboardExpand all lines: changelog.md
+7Lines changed: 7 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -9,12 +9,14 @@
9
9
<ahref="https://www.buymeacoffee.com/khoihprog6"title="Donate to my libraries using BuyMeACoffee"><imgsrc="https://cdn.buymeacoffee.com/buttons/v2/default-yellow.png"alt="Donate to my libraries using BuyMeACoffee"style="height: 50px!important;width: 181px!important;" ></a>
10
10
<ahref="https://www.buymeacoffee.com/khoihprog6"title="Donate to my libraries using BuyMeACoffee"><imgsrc="https://img.shields.io/badge/buy%20me%20a%20coffee-donate-orange.svg?logo=buy-me-a-coffee&logoColor=FFDD00"style="height: 20px!important;width: 200px!important;" ></a>
11
11
12
+
12
13
---
13
14
---
14
15
15
16
## Table of Contents
16
17
17
18
*[Changelog](#changelog)
19
+
*[Release v1.3.0](#Release-v130)
18
20
*[Release v1.2.2](#Release-v122)
19
21
*[Release v1.2.1](#Release-v121)
20
22
*[Release v1.2.0](#Release-v120)
@@ -28,6 +30,11 @@
28
30
29
31
## Changelog
30
32
33
+
### Release v1.3.0
34
+
35
+
1. Fix bug of `_parseURL()`. Check [Bug with _parseURL() #21](https://github.com/khoih-prog/AsyncHTTPSRequest_Generic/issues/21)
36
+
2. Improve `README.md` so that links can be used in other sites, such as `PIO`
37
+
31
38
### Release v1.2.2
32
39
33
40
1. Default to reconnect to the same `host:port` after connected for new HTTP sites. Check [Host/Headers not always sent with 1.10.1 #44](https://github.com/khoih-prog/AsyncHTTPRequest_Generic/issues/44)
"description": "Simple Async HTTP Request library, supporting GET, POST, PUT, PATCH, DELETE and HEAD, on top of AsyncTCP_RP2040W library for RASPBERRY_PI_PICO_W with CYW43439 WiFi. This library, which relies on AsyncTCP_RP2040W, is part of a series of advanced Async libraries, such as AsyncTCP_RP2040W, AsyncUDP_RP2040W, AsyncWebSockets_RP2040W, AsyncWebServer_RP2040W, AsyncHTTPRequest_RP2040W, AsyncHTTPSRequest_RP2040W, etc.",
sentence=Simple Async HTTP Request library, supporting GET, POST, PUT, PATCH, DELETE and HEAD, on top of AsyncTCP_RP2040W library for RASPBERRY_PI_PICO_W with CYW43439 WiFi.
0 commit comments