reqwless
reqwless copied to clipboard
Support mbedtls/esp-mbedtls
https://github.com/esp-rs/esp-mbedtls - probably won't be on crates.io before esp-wifi.
Options are always good. Someone may want to use reqwless but might need the more complete implementation of mbedtls.
Hey, I just saw your issue. I gave up on implementing my own client, and decided to add esp-mbedtls support around the reqwless client. It's still work in progress, as I'm waiting on:
- https://github.com/esp-rs/esp-mbedtls/pull/24
- https://github.com/esp-rs/esp-mbedtls/pull/25 before rebasing and completing this feature.
If you want to try it out: https://github.com/drogue-iot/reqwless/commit/08aa8a8e8a27b4035cce342404b3ac4198f4c315
Is there anything blocking this from being pushed to a crates.io release?
esp-rs/esp-mbedtls could probably take an update since esp-hal and esp-wifi both have been updated, and now esp-mbedtls is incompatible with the latest version of both.