Highlights
- 8 discussions answered
Pinned
818 contributions in the last year
Less
More
Contribution activity
October 2021
Created 7 commits in 3 repositories
Created a pull request in rust-lang/rfcs that received 2 comments
Cargo --crate-type CLI Argument
Add the ability to provide --crate-type <crate-type> as an argument to cargo build. This would have the same affect of adding crate-type in the Car…
+102
−0
•
2
comments
Opened 4 other pull requests in 2 repositories
hyperium/hyper
3
merged
seanmonstar/reqwest
1
merged
Reviewed 13 pull requests in 2 repositories
seanmonstar/reqwest
9 pull requests
-
Update
cookie_storedependency - Update async body doc
- wasm: don't send request body as plain uint8 array
-
Fix body to
JsValueconversion - fix: wasm client: pass response header to builder by reference
- Fix some typos
-
Add missing
as_bytesmethod to wasmBodyimplementation - Follow cURL's rules for parsing and matching NO_PROXY
- wasm: use Array when converting bytes into JsValue