Skip to content

Commit

Permalink
Version up to v0.4.0
Browse files Browse the repository at this point in the history
changes:
=======

A major improvement of the Collector to be able to get
all header details especially using the new Collector
enumeration: RamAndHeader and FileAndHeader.

Lorenzo Leonardo (7):
    add Collector with complete headers
    add Collector::FileAndHeaders
    make upload and download speed test faster
    use get_response_body_and_headers in perform
    additional tests for HttpClient
    doc typo error
    Version up to v0.4.0
  • Loading branch information
LorenzoLeonardo committed Feb 9, 2024
1 parent df0e70a commit edc4a60
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 6 deletions.
7 changes: 3 additions & 4 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "curl-http-client"
version = "0.3.7"
version = "0.4.0"
edition = "2021"
authors = ["Lorenzo Leonardo <[email protected]>"]
license = "MIT"
Expand All @@ -11,7 +11,7 @@ documentation = "https://docs.rs/curl-http-client"
readme = "README.md"

[dependencies]
async-curl = "0.2"
async-curl = "0.3"
curl = "0.4"
derive-deref-rs = "0.1"
http = "0.2"
Expand Down

0 comments on commit edc4a60

Please sign in to comment.