surf icon indicating copy to clipboard operation
surf copied to clipboard

Tokio 1.0 support

Open niklasad1 opened this issue 4 years ago • 2 comments

Hey, thanks for this library and I would like to see support for tokio 1.0, for example https://github.com/paritytech/jsonrpsee/issues/227 would help us to move to surf instead of directly using hyper.

Currently this seems to blocked on https://github.com/http-rs/http-client/pull/74

Is there anything else that is blocking and what can I do to help to push this forward?

niklasad1 avatar Mar 05 '21 10:03 niklasad1

Once http-rs/http-client#74 merged we can simply upgrade async-std to 1.9 and use their tokio1 feature to get surf work on tokio 1.0.

sunng87 avatar Mar 06 '21 12:03 sunng87

semver-major because we re-export http-client stuff and it's also semver-major over there

(And would also be semver-major if it were all here.)

Fishrock123 avatar Mar 06 '21 20:03 Fishrock123