Skip to content

Releases: rapidclock/nano-get

Version 0.2.4

11 May 09:19
a03b13e
Compare
Choose a tag to compare

Bug Fixes

  • fix ssl unwrap panic
  • bump openssl lib to latest version

v0.2.3

01 May 06:32
e92d9b5
Compare
Choose a tag to compare
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

03 Jan 06:37
07c001c
Compare
Choose a tag to compare
Initial Release Pre-release
Pre-release

includes basic http get method that returns only the response body as a String