1
0
mirror of https://github.com/arduino-libraries/ArduinoHttpClient.git synced 2025-06-11 17:08:08 +03:00
Commit Graph

135 Commits

Author SHA1 Message Date
0a3e61acaf Update HttpClient.cpp
Add 443 port for HTTPS requests
2023-11-02 16:51:50 +07:00
09ecf29218 Merge pull request #159 from arduino-libraries/dependabot/github_actions/actions/checkout-4
Bump actions/checkout from 3 to 4
2023-09-04 11:25:29 -07:00
42e8f10231 Bump actions/checkout from 3 to 4
Bumps [actions/checkout](https://github.com/actions/checkout) from 3 to 4.
- [Release notes](https://github.com/actions/checkout/releases)
- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
- [Commits](https://github.com/actions/checkout/compare/v3...v4)

---
updated-dependencies:
- dependency-name: actions/checkout
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-09-04 17:45:42 +00:00
0a1a8ab51a Release v0.5.0. 0.5.0 2023-07-17 09:53:42 +02:00
6dc4867478 Merge pull request #144 from arduino-libraries/dependabot/github_actions/carlosperate/download-file-action-2
Bump carlosperate/download-file-action from 1 to 2
2022-10-24 18:39:34 -07:00
8fc4883140 Bump carlosperate/download-file-action from 1 to 2
Bumps [carlosperate/download-file-action](https://github.com/carlosperate/download-file-action) from 1 to 2.
- [Release notes](https://github.com/carlosperate/download-file-action/releases)
- [Commits](https://github.com/carlosperate/download-file-action/compare/v1...v2)

---
updated-dependencies:
- dependency-name: carlosperate/download-file-action
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-10-24 17:52:24 +00:00
ded5cddd29 Merge pull request #142 from arduino-libraries/dependabot/github_actions/geekyeggo/delete-artifact-2
Bump geekyeggo/delete-artifact from 1 to 2
2022-10-12 10:35:26 -07:00
1f50562ffc Bump geekyeggo/delete-artifact from 1 to 2
Bumps [geekyeggo/delete-artifact](https://github.com/geekyeggo/delete-artifact) from 1 to 2.
- [Release notes](https://github.com/geekyeggo/delete-artifact/releases)
- [Commits](https://github.com/geekyeggo/delete-artifact/compare/v1...v2)

---
updated-dependencies:
- dependency-name: geekyeggo/delete-artifact
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-10-12 17:10:08 +00:00
b7fe7f78d4 Remove superfluous and broken manifest file (#133)
`library.json` is PlatformIO's native library manifest file but Arduino's `library.properties` is also supported by
PlatformIO:

https://docs.platformio.org/en/latest/librarymanager/creating.html#creating-library

The `library.json` file was missing the required `version` field:

https://docs.platformio.org/en/latest/librarymanager/config.html#version

Although it could be added, experience with other libraries indicates that it is not really realistic to expect two
manifest files to be properly maintained.

Since the Arduino development software and the Arduino Library Manager requires `library.properties`, if we are to have
only one the choice of keeping `library.properties` and removing `library.json` is clear.
2022-04-25 06:52:33 +02:00
31b4947cad Merge pull request #131 from arduino-libraries/dependabot/github_actions/actions/upload-artifact-3
Bump actions/upload-artifact from 2 to 3
2022-04-11 03:57:17 -07:00
84e1d2f9d1 Merge pull request #132 from arduino-libraries/dependabot/github_actions/actions/download-artifact-3
Bump actions/download-artifact from 2 to 3
2022-04-11 03:47:07 -07:00
033387f9ff Bump actions/download-artifact from 2 to 3
Bumps [actions/download-artifact](https://github.com/actions/download-artifact) from 2 to 3.
- [Release notes](https://github.com/actions/download-artifact/releases)
- [Commits](https://github.com/actions/download-artifact/compare/v2...v3)

---
updated-dependencies:
- dependency-name: actions/download-artifact
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-04-08 17:08:57 +00:00
533711d23a Bump actions/upload-artifact from 2 to 3
Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 2 to 3.
- [Release notes](https://github.com/actions/upload-artifact/releases)
- [Commits](https://github.com/actions/upload-artifact/compare/v2...v3)

---
updated-dependencies:
- dependency-name: actions/upload-artifact
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-04-08 17:08:54 +00:00
9b83da4213 Merge pull request #126 from arduino-libraries/dependabot/github_actions/actions/checkout-3
Bump actions/checkout from 2 to 3
2022-03-02 09:19:44 -08:00
2b74b7a619 Bump actions/checkout from 2 to 3
Bumps [actions/checkout](https://github.com/actions/checkout) from 2 to 3.
- [Release notes](https://github.com/actions/checkout/releases)
- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
- [Commits](https://github.com/actions/checkout/compare/v2...v3)

---
updated-dependencies:
- dependency-name: actions/checkout
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-03-02 17:11:28 +00:00
c014e0cdb8 Add GitHub Actions workflow to synchronize with shared repository labels (#120)
On every push that changes relevant files, and periodically, configure the repository's issue and pull request labels
according to the universal, shared, and local label configuration files.
2022-01-10 10:00:56 +01:00
1751e10675 Merge pull request #102 from arduino-libraries/ci
Use GitHub Actions for continuous integration
2021-04-14 07:15:57 +02:00
b9db038174 Report changes in memory usage that would result from merging a PR
On creation or commit to a pull request, a report of the resulting change in memory usage of the examples will be
commented to the PR thread.
2021-04-11 23:48:52 -07:00
d07192a7f7 Add "smoke test" examples compilation CI workflow
On every push or pull request that affects library source or example files, and periodically, compile all example
sketches for the specified boards.
2021-04-11 23:48:52 -07:00
0d235030a6 Add CI workflow to do Arduino project-specific linting
On every push, pull request, and periodically, run Arduino Lint to check for common problems not related to the project
code.
2021-04-11 22:01:54 -07:00
e9897fc568 Correct typos in comments and documentation 2021-04-11 22:01:54 -07:00
42d8a204f0 Add CI workflow to check for commonly misspelled words
On every push, pull request, and periodically, use the codespell-project/actions-codespell action to check for commonly
misspelled words.

In the event of a false positive, the problematic word should be added, in all lowercase, to the ignore-words-list field
of ./.codespellrc. Regardless of the case of the word in the false positive, it must be in all lowercase in the ignore
list. The ignore list is comma-separated with no spaces.
2021-04-11 21:41:26 -07:00
05b7dfe53d Configure Dependabot to check for outdated actions used in workflows
Dependabot will periodically check the versions of all actions used in the repository's workflows. If any are found to
be outdated, it will submit a pull request to update them.
NOTE: Dependabot's PRs will sometimes try to pin to the patch version of the action (e.g., updating `uses: foo/bar@v1`
to `uses: foo/bar@v2.3.4`). When the action author has provided a major version ref, use that instead
(e.g., `uses: foo/bar@v2`). Dependabot will automatically close its PR once the workflow has been updated.
More information:
https://docs.github.com/en/github/administering-a-repository/keeping-your-actions-up-to-date-with-dependabot
2021-04-11 21:40:50 -07:00
9a5afdfc74 Fix -Wlogical-not-parentheses warning (#79)
* Fix -Wlogical-not-parentheses warning

The warning occurs because `operator!()` has higher precedence than `operator>()`.

Alternatively, we can use:
```
iClient->connect(iServerAddress, iServerPort) <= 0
```
2021-02-26 11:01:05 +01:00
7f36561e0b Version 0.4.0 0.4.0 2019-04-09 12:48:29 -04:00
5f567031d5 Make encode method's static 2019-04-09 12:44:15 -04:00
d73940758a Add URL Encoder class 2019-04-09 12:44:15 -04:00
4045c856e4 Merge pull request #54 from Rocketct/version
Version 0.3.2
0.3.2
2019-02-04 15:38:35 +01:00
99826c6916 Version 0.3.2 2019-02-04 15:32:25 +01:00
3df4990ed3 Spacing 2019-01-22 12:12:23 -05:00
0009b3b70d Add MKRGSM and MKRNB links 2019-01-22 12:12:23 -05:00
74d6f3614e Remove .DS_Store files 2019-01-22 12:12:23 -05:00
5e1f1f21bf Updated examples and readme.md 2019-01-22 12:12:23 -05:00
b6424e430d gitignore 2019-01-22 12:12:23 -05:00
a5796508f5 gitignore 2019-01-21 18:02:47 -05:00
780546745d Fix incorrect return value, resulting in compilation error
Error in question:

ArduinoHttpClient/src/HttpClient.h: In member function 'virtual void HttpClient::flush()':
ArduinoHttpClient/src/HttpClient.h:310:50: error: return-statement with a value, in function returning 'void' [-fpermissive]
2019-01-02 08:45:24 -05:00
1f81c4e8aa HttpClient: fix sendHeader docstring 2018-09-12 15:05:04 -04:00
acde3dce38 Release 0.3.1 0.3.1 2017-09-25 10:22:19 +02:00
889d7b35d9 St update 2017-09-14 16:27:32 +02:00
050821b224 Merge pull request #26 from sandeepmistry/websocket-sec-key-length
Increase WebSocket sec key length to 24 characters
2017-05-08 15:43:10 +02:00
cfe046dcb3 Increase WebSocket sec key length to 24 characters 2017-05-02 13:18:16 -04:00
4e476a651d Version 0.3.0 0.3.0 2017-04-20 10:08:26 -04:00
765f2db637 Merge pull request #21 from sandeepmistry/chunked-response-body-support
Add support for chunked response bodies
2017-04-13 17:09:57 +02:00
0dd9f42095 Add new /chunked endpoint to Node.js test server 2017-04-13 09:33:29 -04:00
fdedff59b8 Rename isChunked to isResponseChunked 2017-04-13 09:33:01 -04:00
448a1520c8 Add new beginBody API 2017-03-28 14:12:20 -04:00
2394bbb7cd Add initial PostWithHeaders example 2017-03-28 14:09:09 -04:00
2a9c01c210 Change read() to always check available() if response is chunked 2017-03-25 09:40:52 -04:00
522cf5d11a Add support for chunked response bodies 2017-03-23 14:42:34 -04:00
5bda5b6f07 release commit 0.2.0 2017-01-12 16:20:57 +01:00