Skip to content

Releases: jayjamesjay/http_req

v0.7.2

11 Dec 22:13

Choose a tag to compare

  • update dependencies:
    • rustls ^0.19
    • webpki-roots ^0.21

v0.7.1

20 Oct 06:47

Choose a tag to compare

v0.7.0

20 Jun 20:09

Choose a tag to compare

  • new post function
  • support for decoding chunked response by @sammyne in #35
  • read body in one call when Content-Length is known and there is no timeout by @tsurai in #38
  • implementation of std::error::Error for error types by @voidumbrella in #40
  • update dependencies

v0.6.1

09 Apr 16:16

Choose a tag to compare

  • update dependencies

v0.6.0

22 Feb 18:49
3c83de3

Choose a tag to compare

  • optional timeout for entire request
  • update docs for timeouts
  • fix use of deprecated std::error::Error::description by @JayceFayne in #31
  • Response's content_len() now returns Option<usize> instead of Result<usize, ParseErr>
  • minor fixes and code quality improvements

v0.5.5

10 Jan 21:03

Choose a tag to compare

  • update docs
  • add version function for Request

v0.5.4

28 Dec 11:46

Choose a tag to compare

v0.5.3

31 Jul 19:47

Choose a tag to compare

  • simplify check for ipv6 in FromStr for Authority

v0.5.2

28 Jul 07:28

Choose a tag to compare

  • fix error when parsing Uri from ipv6 str

v0.5.1

11 Jul 11:56

Choose a tag to compare

  • add more examples to documentation