Releases: rapidclock/nano-get
Releases · rapidclock/nano-get
Version 0.2.4
Bug Fixes
- fix ssl unwrap panic
- bump openssl lib to latest version
v0.2.3
changed async example to use spawn_blocking The correct way to call blocking code in tokio is through the spawn_blocking mechanism to prevent all threads from being exhausted to perform async operations. See below for details. look [here](https://users.rust-lang.org/t/nano-get-minimalistic-http-s-get-crate/37264/2?u=rapidclock)
Initial Release
includes basic http get method that returns only the response body as a String