Skip to content
Merged
Changes from 1 commit
Commits
Show all changes
28 commits
Select commit Hold shift + click to select a range
d88ec30
create example
Ruben2424 Mar 9, 2023
44587d6
make anonymous futures structs
Ruben2424 May 21, 2023
55753a9
remove exec and fix warnings
Ruben2424 Jun 6, 2023
ad57f1c
remove bound
Ruben2424 Jun 6, 2023
4132aa6
fmt
Ruben2424 Jun 6, 2023
4138669
use right future
Ruben2424 Jun 6, 2023
ce4619e
fix features ci
Ruben2424 Jun 6, 2023
4ac835a
fix ffi
Ruben2424 Jun 8, 2023
27eb1e2
Merge branch 'master' into issue-3017
Ruben2424 Jun 8, 2023
ed95666
move client example to single_threaded example
Ruben2424 Jun 8, 2023
beb3ee4
Merge branch 'issue-3017' of https://github.com/Ruben2424/hyper into …
Ruben2424 Jun 8, 2023
c4a51b3
remove from cargo toml
Ruben2424 Jun 8, 2023
7cbfc72
use pin_project_lite
Ruben2424 Jun 9, 2023
d3821a9
deny warnings
Ruben2424 Jun 9, 2023
2394949
error bounds
Ruben2424 Jun 9, 2023
8e0f907
fix test
Ruben2424 Jun 9, 2023
6d44c29
sealed ExecutorClient
Ruben2424 Jun 9, 2023
c7d59fe
better error message
Ruben2424 Jun 9, 2023
0269396
make it work also for io types
Ruben2424 Jun 9, 2023
3a78a57
improve example
Ruben2424 Jun 12, 2023
be5c654
fmt
Ruben2424 Jun 12, 2023
b39d5d4
Merge branch 'master' into issue-3017
Ruben2424 Jun 16, 2023
15be46f
fix merge fail
Ruben2424 Jun 16, 2023
8391604
fix error bounds
Ruben2424 Jun 16, 2023
a276efc
Merge branch 'master' into issue-3017
Ruben2424 Jun 19, 2023
3dd0579
Merge branch 'master' into issue-3017
Ruben2424 Jun 29, 2023
98b0599
Merge branch 'issue-3017' of https://github.com/Ruben2424/hyper into …
Ruben2424 Jun 29, 2023
25ff95c
Merge branch 'master' into issue-3017
Ruben2424 Jun 29, 2023
File filter

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
remove from cargo toml
  • Loading branch information
Ruben2424 committed Jun 8, 2023
commit c4a51b3abc8b95b0747d38a7a5885513923ee93f
5 changes: 0 additions & 5 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -111,11 +111,6 @@ name = "client"
path = "examples/client.rs"
required-features = ["full"]

[[example]]
name = "client_single_thread"
path = "examples/client_http2_single_threaded.rs"
required-features = ["full"]

[[example]]
name = "client_json"
path = "examples/client_json.rs"
Expand Down