-
Notifications
You must be signed in to change notification settings - Fork 40
Open
Description
Looking through bitreq, a few notes:
- it looks like the
punycodefeature isn't fully implemented (I only seepunycode::encodecalled, never decode). IMO we can just drop it, but maybe someone would complain. - dunno why
src/main.rsis there :) - there's an implementation of url encoding in
src/http_url.rs, but thensrc/request.rsrelies on theurlencodingcrate as a dep, we should probably drop the dependency. - the
tokiodep looks like it has some unused features - can we get some of the nice top-level request functions for async requests?
- it looks like
wasm.rsisn't hooked up anywhere (its not inlib.rsso presumably its not actually callable)? Also, the API to C/JS really shouldn't have the implicit "last request" but rather there needs to be a pointer returned, accessors and a free method.
oleonardolima
Metadata
Metadata
Assignees
Labels
No labels