teahttpd
an unsophisticated (fetch wrapper) http client for wasm
ok pls propose something because this ductape plane is running on a motive of "should works, would works and it works!"
how to use
let _res: Request = get
.header?
.clone
.slice_body
.invoke
.await?;
let _res: Request = post
.header?
.header?
.clone
.slice_body
.invoke
.await?;
todo if needed
- better error handling
- serde
- umm diy and wrap this?