issues
search
drogue-iot
/
reqwless
Rust async HTTP client for embedded/no_std
Apache License 2.0
129
stars
18
forks
source link
issues
Newest
Newest
Most commented
Recently updated
Oldest
Least commented
Least recently updated
Reexported response readers.
#94
Frostie314159
closed
3 weeks ago
0
Reqwless 1.3.0 compile error due to different embedded-nal-async version in embassy-net
#93
gustavowd
closed
1 month ago
2
fix(request): if host is ipv6 address, enclose it in square brackets
#92
elrafoon
opened
1 month ago
4
Update embedded-nal-async dependency to 0.8
#91
aurelj
closed
1 month ago
0
Set MSRV rather than forcing usage of an oldish toolchain
#90
aurelj
closed
1 month ago
0
Allow `request::Method` to be copied and cloned
#89
konkers
closed
1 month ago
0
Fix esp-mbedtls support after esp-rs/esp-mbedtls@7de5d0a
#88
AnthonyGrondin
closed
2 months ago
0
Fix esp-mbedtls support after bump to esp-hal 0.18
#87
GnomedDev
closed
3 months ago
1
Flush body writers after they are terminated
#86
rmja
closed
4 months ago
1
Fix exact write
#85
rmja
closed
4 months ago
0
Split body_writer into its constituent parts
#84
rmja
closed
4 months ago
0
Update CHANGELOG.md
#83
rmja
closed
4 months ago
0
Remove compiler warnings
#82
rmja
closed
4 months ago
0
Make an effort to ensure that write() does not return Ok(0)
#81
rmja
closed
4 months ago
0
bump buffered-io version
#80
lulf
closed
4 months ago
0
Fix lifetime on send()
#79
AVee
closed
5 months ago
0
Incorrect lifetime on client.send()
#78
AVee
closed
5 months ago
0
Release 0.12
#77
rmja
closed
6 months ago
0
Handle no-content status code 204
#76
rmja
closed
6 months ago
2
Fix bug when calling fill_buf() when there are no remaining bytes
#75
rmja
closed
6 months ago
0
defmt-timestamp-uptime feature
#74
rmja
closed
4 months ago
0
Move the Status helpers to StatusCode
#73
rmja
closed
6 months ago
0
Buffer writes before chunks are written to connection
#72
rmja
closed
6 months ago
4
Undesired small chunks when writing buffered chunked body
#71
rmja
closed
6 months ago
0
Support accessing the response code as an integer
#70
simpkins
closed
6 months ago
10
Automatic enflate of lzma
#69
abergmeier
opened
7 months ago
0
feat(esp-mbedtls): Add initial support for using esp-mbedtls in the client instead of embedded_tls
#68
AnthonyGrondin
closed
8 months ago
1
Expandable rx_buf?
#67
stevefan1999-personal
opened
10 months ago
1
Update minimum supported Rust version (MSRV) in README.md?
#66
overheat
closed
1 month ago
2
typo
#65
overheat
closed
10 months ago
0
feat: update to use stable rust
#64
lulf
closed
10 months ago
1
Update MSRV to 1.75.0
#63
ellsong
closed
10 months ago
0
Update heapless dependency
#62
rmja
closed
1 year ago
0
Allow read_to_end with ChunkedEncoding
#61
bugadani
closed
12 months ago
2
fix: update to embedded-nal-async 0.7
#60
lulf
closed
1 year ago
0
unit test reproducing google panic
#59
lulf
closed
10 months ago
1
Ensure that the final chunk end termination is read
#58
rmja
closed
1 year ago
0
ChunkedBodyReader: do not continue reading if remaining is zero
#57
vhdirk
closed
1 year ago
3
Use BufferedRead when reading
#56
rmja
opened
1 year ago
2
Add major changes to changelog
#55
bugadani
closed
1 year ago
0
Allow setting socket parameters
#54
bugadani
opened
1 year ago
0
Reintroduce separate lifetimes for buffer and stream
#53
bugadani
closed
1 year ago
1
Don't panic if chunked encoding contains no chunk length
#52
bugadani
closed
1 year ago
0
Improve lifetime names
#51
bugadani
closed
1 year ago
0
Propagate the eio ErrorKind
#50
rmja
closed
1 year ago
0
Support mbedtls/esp-mbedtls
#49
bugadani
opened
1 year ago
3
Allow compilation on earlier rust versions
#48
rmja
closed
1 year ago
2
Upgrade to latest nightly, async_fn_in_trait is now stable
#47
rmja
closed
1 year ago
2
CI updates
#46
bugadani
closed
1 year ago
0
Implement BufRead for BodyReader
#45
bugadani
closed
1 year ago
5
Next