Conversation
|
could you give https://github.com/brandonros/ureq_wasm_ui a look and help me track down where the |
|
I can have a look tomorrow! This PR fixes only ureq-proto, which is underpinning ureq. So there is still work I need to do in ureq itself. Is this test checking ureq-proto or ureq? |
| use alloc::string::ToString; | ||
| use core::mem; | ||
|
|
||
| use http::{HeaderMap, HeaderName, HeaderValue, Method, Request, Uri, Version}; |
There was a problem hiding this comment.
is this using the http crate from hyper? would you want to try from this branch? hyperium/http#732 otherwise i'm confused how no_std is pulling in a std crate?
There was a problem hiding this comment.
This might be where it breaks down. The http crate working in webasm is central to this effort.
There was a problem hiding this comment.
hyperium/http#749 seems pretty good... are we able to build off of that?
There was a problem hiding this comment.
Interesting! We should be able to. Let's hope they merge it.
No description provided.