drogue-iot / reqwless

Rust async HTTP client for embedded/no_std
Apache License 2.0
129 stars 18 forks source link

Use linux raw socket as TCP network stack for this crate #21

Open yaoxin1995 opened 1 year ago

yaoxin1995 commented 1 year ago

Hey,

I want to use this crate for HTTP communication. However, what resources I have is quite limited in the sense that I am developing Guest OS.

I can only get Linux raw socket in the TCP layer. So I was wondering how I can use this crate to send https request.