#25 introduces a minimal WASM backend for Surf. In order to make it production ready, we should: - [x] support different methods on request - [ ] support body uploads - [ ] remove all unwraps - [ ] set headers on request - [x] get headers from response - [x] create an internal `fetch` client abstraction to get ready to move the bulk of the code to `gloo` Thanks!
#25 introduces a minimal WASM backend for Surf. In order to make it production ready, we should:
fetchclient abstraction to get ready to move the bulk of the code toglooThanks!