Results 45 issues of Martin Algesten

This PR/branch is a complete, from the ground up rewrite of ureq. For Rust there clearly is a role for a sync, minimal dependency HTTP/1.1 client. The ureq 2.x code...

This is to protect str0m against SRTP replay attacks where already received packets are being repeated. Before this PR, this would force str0m to spend CPU decrypting it over and...

We could do like rustls does with the `default_provider()`. https://docs.rs/rustls/latest/rustls/crypto/struct.CryptoProvider.html#method.install_default

- **git dep for no-std ureq-proto** - **std feature flag**

https://github.com/briansmith/ring/discussions/2414 Currently ring is the default backend for ureq via `rustls`. This is something we might need to revise. This is not a breaking change because we got the `TlsConfig`...

question

It currently sits under `unversioned` to reserve our rights to break compatibility. This issue serves as a place holder for discussion of what needs to happen to move it out...

help wanted

It currently sits under `unversioned` to reserve our rights to break compatibility. This issue serves as a place holder for discussion of what needs to happen to move it out...

help wanted

From here https://github.com/algesten/ureq-proto/pull/13: > In some poor implementations of HTTP

enhancement
help wanted