arduino-libraries / ArduinoHttpClient

Arduino HTTP Client library
282 stars 170 forks source link

Add 443 port for https requests #161

Closed kodav closed 6 months ago

kodav commented 10 months ago

Added a condition for HTTPS connections

CLAassistant commented 10 months ago

CLA assistant check
All committers have signed the CLA.

github-actions[bot] commented 10 months ago

Memory usage change @ ab3d0000f736a961cbecbd983412dbf782e84969

Board flash % RAM for global variables %
arduino:samd:mkr1000 :small_red_triangle: +8 - +8 0.0 - 0.0 0 - 0 0.0 - 0.0
Click for full report table Board|`examples/BasicAuthGet`
flash|%|`examples/BasicAuthGet`
RAM for global variables|%|`examples/CustomHeader`
flash|%|`examples/CustomHeader`
RAM for global variables|%|`examples/DweetGet`
flash|%|`examples/DweetGet`
RAM for global variables|%|`examples/DweetPost`
flash|%|`examples/DweetPost`
RAM for global variables|%|`examples/HueBlink`
flash|%|`examples/HueBlink`
RAM for global variables|%|`examples/PostWithHeaders`
flash|%|`examples/PostWithHeaders`
RAM for global variables|%|`examples/SimpleDelete`
flash|%|`examples/SimpleDelete`
RAM for global variables|%|`examples/SimpleGet`
flash|%|`examples/SimpleGet`
RAM for global variables|%|`examples/SimpleHttpExample`
flash|%|`examples/SimpleHttpExample`
RAM for global variables|%|`examples/SimplePost`
flash|%|`examples/SimplePost`
RAM for global variables|%|`examples/SimplePut`
flash|%|`examples/SimplePut`
RAM for global variables|%|`examples/SimpleWebSocket`
flash|%|`examples/SimpleWebSocket`
RAM for global variables|% -|-|-|-|-|-|-|-|-|-|-|-|-|-|-|-|-|-|-|-|-|-|-|-|-|-|-|-|-|-|-|-|-|-|-|-|-|-|-|-|-|-|-|-|-|-|-|-|- `arduino:samd:mkr1000`|8|0.0|0|0.0|8|0.0|0|0.0|8|0.0|0|0.0|8|0.0|0|0.0|8|0.0|0|0.0|8|0.0|0|0.0|8|0.0|0|0.0|8|0.0|0|0.0|8|0.0|0|0.0|8|0.0|0|0.0|8|0.0|0|0.0|8|0.0|0|0.0
Click for full report CSV ``` Board,examples/BasicAuthGet
flash,%,examples/BasicAuthGet
RAM for global variables,%,examples/CustomHeader
flash,%,examples/CustomHeader
RAM for global variables,%,examples/DweetGet
flash,%,examples/DweetGet
RAM for global variables,%,examples/DweetPost
flash,%,examples/DweetPost
RAM for global variables,%,examples/HueBlink
flash,%,examples/HueBlink
RAM for global variables,%,examples/PostWithHeaders
flash,%,examples/PostWithHeaders
RAM for global variables,%,examples/SimpleDelete
flash,%,examples/SimpleDelete
RAM for global variables,%,examples/SimpleGet
flash,%,examples/SimpleGet
RAM for global variables,%,examples/SimpleHttpExample
flash,%,examples/SimpleHttpExample
RAM for global variables,%,examples/SimplePost
flash,%,examples/SimplePost
RAM for global variables,%,examples/SimplePut
flash,%,examples/SimplePut
RAM for global variables,%,examples/SimpleWebSocket
flash,%,examples/SimpleWebSocket
RAM for global variables,% arduino:samd:mkr1000,8,0.0,0,0.0,8,0.0,0,0.0,8,0.0,0,0.0,8,0.0,0,0.0,8,0.0,0,0.0,8,0.0,0,0.0,8,0.0,0,0.0,8,0.0,0,0.0,8,0.0,0,0.0,8,0.0,0,0.0,8,0.0,0,0.0,8,0.0,0,0.0 ```
andreagilardoni commented 6 months ago

Hi @kodav, can you please sign the CLA?