issues
search
http-rs
/
http-client
Types and traits for http clients
Apache License 2.0
114
stars
49
forks
source link
issues
Newest
Newest
Most commented
Recently updated
Oldest
Least commented
Least recently updated
Update async-std and fix h1_client
#114
jayvdb
opened
2 months ago
2
fix feature typo
#113
ihciah
opened
1 year ago
0
Update dependencies (including http-types)
#112
expenses
opened
1 year ago
1
impl `HttpClient` also for `Arc<H: HttpClient>` and `Rc<H: HttpClient>`?
#111
George-Miao
closed
2 months ago
0
Upgrade deadpool dependency
#110
emmiegit
opened
1 year ago
0
Dependencies update
#109
run-stop
opened
1 year ago
2
7.0 - breaking: completely re-write feature flags
#108
Fishrock123
opened
1 year ago
0
Fix wrong kind of timeout set to isahc
#107
trrk
opened
2 years ago
0
Bump `dashmap` to v5.3.4.
#106
adlerjohn
closed
2 years ago
1
safety: Use send_wrapper in WASM instead of unsafe
#105
kjvalencik
closed
2 years ago
1
HttpsClient::send crashes for IsahcClient
#104
A6GibKm
opened
2 years ago
0
The IsahcClient timeout setting is not a connection timeout
#103
trrk
opened
2 years ago
1
IsahcClient created without Config ignores the timeout setting.
#102
trrk
opened
2 years ago
0
Move dashmap to h1-client dependencies
#101
zvolin
closed
2 years ago
2
Upgrade `rustls` to 0.19 and `async-tls` to 0.11
#100
jakubadamw
closed
2 years ago
1
Upgrade `async-tls` to 0.11 and `rustls` to 0.20
#99
jakubadamw
closed
2 years ago
0
http-client's future
#98
Fishrock123
opened
3 years ago
12
fix: curl - avoid zero-sized HEAD bodies
#97
Fishrock123
opened
3 years ago
3
feat: add `connection_cache_size` to Config
#96
fiag
opened
3 years ago
2
Stabilize config
#95
Fishrock123
closed
3 years ago
0
Update dependencies
#94
bemyak
opened
3 years ago
2
Stabilize Config
#93
Fishrock123
closed
3 years ago
0
feat: make HttpClient dyn-clonable
#92
Fishrock123
opened
3 years ago
1
tests: fix wasm tests by setting a getrandom feature
#91
Fishrock123
closed
3 years ago
0
feat: (unstable-config): make all configs shareable
#90
Fishrock123
closed
3 years ago
1
bump dependency: async-tls, rustls_crate, async-h1, async-native-tls,…
#89
efernau
opened
3 years ago
0
docs: add "unstable-config" feature
#88
Fishrock123
closed
3 years ago
0
fix api docs for unstable-config
#87
Fishrock123
closed
3 years ago
1
feat: unstable HttpClient Config
#86
Fishrock123
closed
3 years ago
7
Only pull in the dashmap dep for h1_client
#85
Fishrock123
closed
2 years ago
0
work in progress: Config
#84
Fishrock123
closed
3 years ago
4
Use append_header, not insert_header
#83
jacobmischka
closed
3 years ago
0
open design question: some mechanism for handling upgrades
#82
jbr
opened
3 years ago
4
Fix warning due to old lint name related to rustdoc
#81
otavio
closed
2 years ago
2
h1: Fix connection with multiple IPs for a hostname
#80
otavio
closed
3 years ago
1
h1 client fails to resolve localhost
#79
Jonathas-Conceicao
closed
3 years ago
6
ci: try with wasm32-unknown-emscripten
#78
Fishrock123
opened
3 years ago
0
fix: properly check if connections can be recycled
#77
Fishrock123
closed
3 years ago
1
fix h1 connection pooling
#76
Fishrock123
closed
3 years ago
1
h1-client: "Connection closed" error when re-using the H1Client for a 2nd request
#75
JEnoch
closed
3 years ago
7
(feat) update hyper to 0.14
#74
sunng87
opened
3 years ago
10
Hyper 0.14 support
#73
sunng87
opened
3 years ago
2
fix: only recycle if conn is still open
#72
Fishrock123
closed
3 years ago
1
h1_client: Windows Error 10053 'WSAECONNABORTED'
#71
Fishrock123
closed
3 years ago
0
Update isahc to 1.1
#70
taiki-e
opened
3 years ago
0
Fix h1_client feature
#69
taiki-e
closed
3 years ago
3
feat: better debug struct for H1Client
#68
Fishrock123
closed
3 years ago
0
change: separate out tls feature flags
#67
Fishrock123
closed
3 years ago
4
ci: improve, add feature matrix
#66
Fishrock123
closed
3 years ago
0
Fix build and tests for the 'hyper_client' feature.
#65
vessd
closed
3 years ago
1
Next