http-client icon indicating copy to clipboard operation
http-client copied to clipboard

Make "fetch" module public

Open olanod opened this issue 4 years ago • 1 comments

Hi! any chance you might want to expose the mod fetch publicly or make it a tiny crate? I started doing something similar and later I just plain copy-pasted the module since it does everything I need, I'm getting some requests that I want to convert to http_types::Request, same with responses and potentially converting the other way around from the http_types to JS equivalent. Even the WindowOrWorker is useful.

olanod avatar Dec 14 '20 12:12 olanod

I suspect it should probably be it's own crate.

Fishrock123 avatar Jan 27 '21 23:01 Fishrock123